diff options
| author | achesak <achesak@yahoo.com> | 2015-05-25 14:54:50 -0500 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2015-05-25 14:54:50 -0500 |
| commit | 37a766409bf561ead819b0231c38ae44d733723e (patch) | |
| tree | f8712bfbdd8fffc07f1459445f4d3bae9edca32c | |
| parent | 2dee80182bdfcd5a2ad8daa25d2fa97de01760ee (diff) | |
| download | packages-37a766409bf561ead819b0231c38ae44d733723e.tar.gz packages-37a766409bf561ead819b0231c38ae44d733723e.zip | |
Added uri2.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8be2216..f3df672 100644 --- a/packages.json +++ b/packages.json @@ -1559,5 +1559,14 @@ "description": "Python-like 'struct' for Nim", "license": "MIT", "web": "https://github.com/rgv151/struct.nim" + }, + { + "name": "uri2", + "url: "git://github.com/achesak/nim-uri2", + "method": "git", + "tags": ["uri", "url", "library"], + "description": "Nim module for better URI handling", + "license": "MIT", + "web": "https://github.com/achesak/nim-uri2" } ] |
