diff options
| author | achesak <achesak@yahoo.com> | 2015-12-30 17:05:29 -0600 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2015-12-30 17:05:29 -0600 |
| commit | c63e2db6816a7ac366bd9e4ae38cec66f94d5c5c (patch) | |
| tree | 8e310b7459b31b9deb033a8bc0fcc0b40a309933 | |
| parent | 48a6b9fab90f849396f65353c9e46b9b80e3e9bc (diff) | |
| download | packages-c63e2db6816a7ac366bd9e4ae38cec66f94d5c5c.tar.gz packages-c63e2db6816a7ac366bd9e4ae38cec66f94d5c5c.zip | |
Added shorturl.
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2c51da2..8f6940e 100644 --- a/packages.json +++ b/packages.json @@ -3885,5 +3885,18 @@ "description": "Nim module for filename matching with UNIX shell patterns", "license": "MIT", "web": "https://github.com/achesak/nim-fnmatch" + }, + { + "name": "shorturl", + "url": "git://github.com/achesak/nim-shorturl", + "method": "git", + "tags": [ + "library", + "url", + "uid" + ], + "description": "Nim module for generating URL identifiers for Tiny URL and bit.ly-like URLs", + "license: "MIT", + "web": "https://github.com/achesak/nim-shorturl" } ] |
