aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly <wheineman@sbcglobal.net>2015-05-14 08:42:09 -0400
committerWilly <wheineman@sbcglobal.net>2015-05-14 08:42:09 -0400
commit4c092a6eb3628dd611d05fa167bfcaf89ae7cf14 (patch)
tree61671b369e9ffa002ce6e6de3dabd8aa2545f7ac
parentc94e75ba5845998d4a5a5f4c196a0df786766852 (diff)
downloadpackages-4c092a6eb3628dd611d05fa167bfcaf89ae7cf14.tar.gz
packages-4c092a6eb3628dd611d05fa167bfcaf89ae7cf14.zip
Added library nuuid
Added a Nim source only UUID generator library
-rw-r--r--packages.json9
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"
}
]