diff options
| author | Erwan Ameil <wan@idlewan.com> | 2014-08-30 22:10:54 +0200 |
|---|---|---|
| committer | Erwan Ameil <wan@idlewan.com> | 2014-08-30 22:10:54 +0200 |
| commit | e383fa2ede06a1b9bb4da281451d22f529d46aca (patch) | |
| tree | d341f8c36943166197a3286a98b7b436a73acd90 | |
| parent | fb09c511ab847f7bec7c90a0a86af928b815e670 (diff) | |
| download | packages-e383fa2ede06a1b9bb4da281451d22f529d46aca.tar.gz packages-e383fa2ede06a1b9bb4da281451d22f529d46aca.zip | |
Added UUID wrapper
| -rw-r--r-- | packages.json | 9 |
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" } ] |
