Added uuids and isaac libraries

This commit is contained in:
Ruslan Mustakov 2016-09-15 20:41:10 +07:00 committed by Ruslan Mustakov
parent 9fc61ab96b
commit 4b0c5385e2

View File

@ -5237,5 +5237,32 @@
"description": "Define bindings to JavaScript and Emscripten",
"license": "MIT",
"web": "https://github.com/yglukhov/jsbind"
},
{
"name": "uuids",
"url": "https://github.com/pragmagic/uuids/",
"method": "git",
"tags": [
"library",
"uuid",
"id"
],
"description": "UUID library for Nim",
"license": "MIT",
"web": "https://github.com/pragmagic/uuids/"
},
{
"name": "isaac",
"url": "https://github.com/pragmagic/isaac/",
"method": "git",
"tags": [
"library",
"algorithms",
"random",
"crypto"
],
"description": "ISAAC PRNG implementation on Nim",
"license": "MIT",
"web": "https://github.com/pragmagic/isaac/"
}
]