diff options
| author | Ruslan Mustakov <endragor@users.noreply.github.com> | 2016-09-15 20:41:10 +0700 |
|---|---|---|
| committer | Ruslan Mustakov <r.mustakov@gmail.com> | 2016-09-16 01:02:00 +0700 |
| commit | 4b0c5385e262e37fdb30433638cc29a18864069d (patch) | |
| tree | 424e0464758e406757dde76f92675b7521fcdf2d | |
| parent | 9fc61ab96b49e9b507efafbdc440c2ffb55beba1 (diff) | |
| download | packages-4b0c5385e262e37fdb30433638cc29a18864069d.tar.gz packages-4b0c5385e262e37fdb30433638cc29a18864069d.zip | |
Added uuids and isaac libraries
| -rw-r--r-- | packages.json | 27 |
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/" } ] |
