nim-packages/packages.json
Jonathan Bernard 743257aa74 Added ptk tool.
2016-10-08 00:40:31 -05:00

80 lines
2.1 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"
},
{
"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"
},
{
"name": "ptk",
"url": "http://git.jdb-labs.com/jdb/ptk.git",
"method": "git",
"tags": [
"commandline",
"timekeeping"
],
"description": "Personal Time Keeper Super-simple time tracking app.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/ptk"
},
{
"name": "timeutils",
"url": "http://git.jdb-labs.com/jdb/nim-time-utils.git",
"method": "git",
"tags": [
"library",
"time"
],
"description": "Utility methods to fill in the horrid time support in Nim's stdlib. This is holding me over until I can write a proper time module for the stdlib and submit it.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/nim-time-utils"
}
]