From 2e6babeaa0a47a4a5a7bef66654ab32c0ddc2809 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Fri, 7 Oct 2016 22:39:07 -0500 Subject: [PATCH] Added timeutils. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a57c6f3..9379ff3 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]