aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-09-15 20:10:08 +0200
committerGitHub <noreply@github.com>2016-09-15 20:10:08 +0200
commit7641a84d5048adf313a600bd0669b6b20982b829 (patch)
tree424e0464758e406757dde76f92675b7521fcdf2d
parent9fc61ab96b49e9b507efafbdc440c2ffb55beba1 (diff)
parent4b0c5385e262e37fdb30433638cc29a18864069d (diff)
downloadpackages-7641a84d5048adf313a600bd0669b6b20982b829.tar.gz
packages-7641a84d5048adf313a600bd0669b6b20982b829.zip
Merge pull request #412 from endragor/uuids
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/"
}
]