Added timeutils.

This commit is contained in:
Jonathan Bernard 2016-10-07 22:39:07 -05:00
parent d0a016c341
commit 2e6babeaa0

View File

@ -51,5 +51,17 @@
"description": "Language extensions (templates, macros) I commonly use.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/nim-lang-utils"
},
{
"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"
}
]