mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
Added uuids and isaac libraries
This commit is contained in:
parent
9fc61ab96b
commit
4b0c5385e2
@ -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…
x
Reference in New Issue
Block a user