nim-packages/packages.json

56 lines
1.3 KiB
JSON
Raw Normal View History

[
{
"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"
2016-01-26 00:36:48 -06:00
},
2016-01-31 00:29:19 -06:00
{
"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"
},
2016-01-26 00:36:48 -06:00
{
"name": "treediff",
"url": "https://git.jdb-labs.com/jdb-labs/treediff.git",
2016-01-26 00:36:48 -06:00
"method": "git",
"tags": [
"library",
"commandline",
"diff",
"utility"
],
"description": "Utility to diff directory trees.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb-labs/treediff"
2016-10-07 20:19:44 -05:00
},
{
"name": "langutils",
"url": "http://git.jdb-labs.com/jdb/nim-lang-utils.git",
"method": "git",
"tags": [
"library"
],
"description": "Language extensions (templates, macros) I commonly use.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/nim-lang-utils"
}
]