Added uuids and isaac libraries
This commit is contained in:
parent
9fc61ab96b
commit
4b0c5385e2
1 changed files with 27 additions and 0 deletions
|
|
@ -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/"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue