Added library nuuid

Added a Nim source only UUID generator library
This commit is contained in:
Willy 2015-05-14 08:42:09 -04:00
parent c94e75ba58
commit 4c092a6eb3

View File

@ -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"
}
]