aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Ameil <wan@idlewan.com>2014-08-30 22:10:54 +0200
committerErwan Ameil <wan@idlewan.com>2014-08-30 22:10:54 +0200
commite383fa2ede06a1b9bb4da281451d22f529d46aca (patch)
treed341f8c36943166197a3286a98b7b436a73acd90
parentfb09c511ab847f7bec7c90a0a86af928b815e670 (diff)
downloadpackages-e383fa2ede06a1b9bb4da281451d22f529d46aca.tar.gz
packages-e383fa2ede06a1b9bb4da281451d22f529d46aca.zip
Added UUID wrapper
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index e05c9e6..820a193 100644
--- a/packages.json
+++ b/packages.json
@@ -939,5 +939,14 @@
"description": "ZeroMQ 4 wrapper",
"license": "MIT",
"web": "https://github.com/nimrod-code/nim-zmq"
+ },
+ {
+ "name": "uuid",
+ "url": "git://github.com/idlewan/nim-uuid",
+ "method": "git",
+ "tags": ["library", "wrapper", "uuid"],
+ "description": "UUID wrapper",
+ "license": "MIT",
+ "web": "https://github.com/idlewan/nim-uuid"
}
]