From 4b0c5385e262e37fdb30433638cc29a18864069d Mon Sep 17 00:00:00 2001 From: Ruslan Mustakov Date: Thu, 15 Sep 2016 20:41:10 +0700 Subject: [PATCH] Added uuids and isaac libraries --- packages.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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/" } ]