diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-14 13:46:04 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-14 13:46:04 +0100 |
| commit | e8c8466a7b20bb463e3ffa257fe0914acfdfa78e (patch) | |
| tree | 61671b369e9ffa002ce6e6de3dabd8aa2545f7ac | |
| parent | c94e75ba5845998d4a5a5f4c196a0df786766852 (diff) | |
| parent | 4c092a6eb3628dd611d05fa167bfcaf89ae7cf14 (diff) | |
| download | packages-e8c8466a7b20bb463e3ffa257fe0914acfdfa78e.tar.gz packages-e8c8466a7b20bb463e3ffa257fe0914acfdfa78e.zip | |
Merge pull request #156 from wheineman/patch-1
Added library nuuid
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index de832ad..08dca02 100644 --- a/packages.json +++ b/packages.json @@ -1443,5 +1443,14 @@ "description": "Nim bindings for libshout", "license": "MIT", "web": "https://github.com/Senketsu/nshout" + }, + { + "name": "nuuid", + "url": "https://github.com/wheineman/nim-only-uuid", + "method": "git", + "tags": ["library", "uuid", "guid"], + "description": "A Nim source only UUID generator", + "license": "MIT", + "web": "https://github.com/wheineman/nim-only-uuid" } ] |
