aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Mustakov <endragor@users.noreply.github.com>2016-09-15 20:41:10 +0700
committerRuslan Mustakov <r.mustakov@gmail.com>2016-09-16 01:02:00 +0700
commit4b0c5385e262e37fdb30433638cc29a18864069d (patch)
tree424e0464758e406757dde76f92675b7521fcdf2d
parent9fc61ab96b49e9b507efafbdc440c2ffb55beba1 (diff)
downloadpackages-4b0c5385e262e37fdb30433638cc29a18864069d.tar.gz
packages-4b0c5385e262e37fdb30433638cc29a18864069d.zip
Added uuids and isaac libraries
-rw-r--r--packages.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 33bba2f..1122360 100644
--- a/packages.json
+++ b/packages.json
@@ -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/"
}
]