aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-08-30 21:16:34 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-08-30 21:16:34 +0100
commit8cbea5fd3b05e65cc802640b91a617c4746ba9a4 (patch)
treed341f8c36943166197a3286a98b7b436a73acd90
parentfb09c511ab847f7bec7c90a0a86af928b815e670 (diff)
parente383fa2ede06a1b9bb4da281451d22f529d46aca (diff)
downloadpackages-8cbea5fd3b05e65cc802640b91a617c4746ba9a4.tar.gz
packages-8cbea5fd3b05e65cc802640b91a617c4746ba9a4.zip
Merge pull request #86 from idlewan/uuid
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"
}
]