diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-09-15 20:10:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-15 20:10:08 +0200 |
| commit | 7641a84d5048adf313a600bd0669b6b20982b829 (patch) | |
| tree | 424e0464758e406757dde76f92675b7521fcdf2d | |
| parent | 9fc61ab96b49e9b507efafbdc440c2ffb55beba1 (diff) | |
| parent | 4b0c5385e262e37fdb30433638cc29a18864069d (diff) | |
| download | packages-7641a84d5048adf313a600bd0669b6b20982b829.tar.gz packages-7641a84d5048adf313a600bd0669b6b20982b829.zip | |
Merge pull request #412 from endragor/uuids
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/" } ] |
