diff options
| author | Willy <wheineman@sbcglobal.net> | 2015-05-14 08:42:09 -0400 |
|---|---|---|
| committer | Willy <wheineman@sbcglobal.net> | 2015-05-14 08:42:09 -0400 |
| commit | 4c092a6eb3628dd611d05fa167bfcaf89ae7cf14 (patch) | |
| tree | 61671b369e9ffa002ce6e6de3dabd8aa2545f7ac | |
| parent | c94e75ba5845998d4a5a5f4c196a0df786766852 (diff) | |
| download | packages-4c092a6eb3628dd611d05fa167bfcaf89ae7cf14.tar.gz packages-4c092a6eb3628dd611d05fa167bfcaf89ae7cf14.zip | |
Added library nuuid
Added a Nim source only UUID generator library
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index de832ad..08dca02 100644 --- a/packages.json +++ b/packages.json @@ -1443,5 +1443,14 @@ "description": "Nim bindings for libshout", "license": "MIT", "web": "https://github.com/Senketsu/nshout" + }, + { + "name": "nuuid", + "url": "https://github.com/wheineman/nim-only-uuid", + "method": "git", + "tags": ["library", "uuid", "guid"], + "description": "A Nim source only UUID generator", + "license": "MIT", + "web": "https://github.com/wheineman/nim-only-uuid" } ] |
