nim-packages/packages.json
2016-01-31 00:29:19 -06:00

45 lines
1.0 KiB
JSON

[
{
"name": "console_progress",
"url": "https://git.jdb-labs.com/jdb/console-progress.git",
"method": "git",
"tags": [
"library",
"commandline",
"progress"
],
"description": "Simple console-based progress bar.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/console-progress"
},
{
"name": "db_migrate",
"url": "https://git.jdb-labs.com/jdb/nim-db-migrate.git",
"method": "git",
"tags": [
"library",
"commandline",
"database",
"version",
"migration"
],
"description": "Small library/tool to manage database migrations in Nim.",
"license": "BSD",
"web": "http://git.jdb-labs.com/jdb/nim-db-migrate"
},
{
"name": "treediff",
"url": "https://git.jdb-labs.com/jdb-labs/treediff.git",
"method": "git",
"tags": [
"library",
"commandline",
"diff",
"utility"
],
"description": "Utility to diff directory trees.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb-labs/treediff"
}
]