diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-26 00:38:06 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-26 00:38:06 +0100 |
| commit | c7d8af59e14d965c9f38169496b158dae4f3ae33 (patch) | |
| tree | 7e4991a00518efd74f14d4e65e61b7fa8f83f9dc | |
| parent | 2dee80182bdfcd5a2ad8daa25d2fa97de01760ee (diff) | |
| parent | 4f21e9156df9de0a70cd3dfe28ae8031520d85fd (diff) | |
| download | packages-c7d8af59e14d965c9f38169496b158dae4f3ae33.tar.gz packages-c7d8af59e14d965c9f38169496b158dae4f3ae33.zip | |
Merge pull request #174 from achesak/master
Add uri2
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8be2216..b73354e 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" } ] |
