Added timeutils.
This commit is contained in:
parent
d0a016c341
commit
2e6babeaa0
@ -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"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user