nim-packages/packages.json

105 lines
2.8 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"
2016-10-07 22:39:07 -05:00
},
2016-10-08 00:40:31 -05:00
{
"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"
},
2016-10-07 22:39:07 -05:00
{
"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"
2016-11-03 09:02:42 -05:00
},
2016-11-04 16:31:48 -05:00
{
"name": "cliutils",
"url": "http://git.jdb-labs.com/jdb/nim-cli-utils.git",
"method": "git",
"tags": [
"library",
"commandline",
"daemonize"
],
"description": "Utility functions for writing command line intefaces.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/nim-cli-utils"
},
2016-11-03 09:02:42 -05:00
{
"name": "daily_notifier",
"url": "http://git.jdb-labs.com/jdb/daily-notifier.git",
"method": "git",
"tags": [
"commandline",
"daemon"
],
"description": "Little programs that read my daily plan, publish them, and notifiy me of upcoming events.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/daily-notifier"
}
]