diff options
| author | twist_vector <tkrauss@Toms-MacBook-Pro.local> | 2015-11-20 16:39:52 -0500 |
|---|---|---|
| committer | twist_vector <tkrauss@Toms-MacBook-Pro.local> | 2015-11-20 16:39:52 -0500 |
| commit | 456b80c1ccf3a4104313ad79cf9eb3c1a2a604e8 (patch) | |
| tree | 491b7d2182861b64e88acaa56061d42d2e78be08 | |
| parent | b2a6aa26bcadf224357f5862d62cafc92692f292 (diff) | |
| download | packages-456b80c1ccf3a4104313ad79cf9eb3c1a2a604e8.tar.gz packages-456b80c1ccf3a4104313ad79cf9eb3c1a2a604e8.zip | |
Added NHSL and nim-stopwatch
| -rw-r--r-- | packages.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d822ce6..fc22aff 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,32 @@ [ { + "name": "nhsl", + "url": "https://github.com/twist-vector/nhsl.git", + "method": "git", + "tags": [ + "library", + "serialization", + "pure" + ], + "description": "Nim Hessian Serialization Library encodes/decodes data into the Hessian binary protocol", + "license": "LGPL", + "web": "https://github.com/twist-vector/nhsl" + }, + { + "name": "nim-stopwatch", + "url": "https://github.com/twist-vector/nim-stopwatch.git", + "method": "git", + "tags": [ + "app", + "timer" + ], + "description": "A Nim-based, non-graphical application designed to measure the amount of time elapsed from its activation to deactivation, includes total elapsed time, lap, and split times.", + "license": "LGPL", + "web": "https://github.com/twist-vector/nim-stopwatch" + }, + + + { "name": "argument_parser", "url": "git://github.com/Xe/argument_parser/", "method": "git", |
