diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-01-06 17:59:27 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-01-06 17:59:27 +0000 |
| commit | 0f7f4a126c131dc79bacc7668601dba83da192c9 (patch) | |
| tree | 950c142f78a317156f803c1c28b82f57b8bbbe85 | |
| parent | e2c68a4df1de2fb7edb0b2a6be3e30dd74a761a4 (diff) | |
| parent | a6a2c7b55a9af6c074df684e0ed41020faa2e17a (diff) | |
| download | packages-0f7f4a126c131dc79bacc7668601dba83da192c9.tar.gz packages-0f7f4a126c131dc79bacc7668601dba83da192c9.zip | |
Merge branch 'master' of https://github.com/achesak/packages into achesak-master
| -rw-r--r-- | packages.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json index eaeb0c2..d0de9a6 100644 --- a/packages.json +++ b/packages.json @@ -3899,5 +3899,32 @@ "description": "Infer & generate command-line interace/option/argument parsers", "license": "MIT", "web": "https://github.com/c-blake/cligen" + }, + { + "name": "fnmatch", + "url": "git://github.com/achesak/nim-fnmatch", + "method": "git", + "tags": [ + "library", + "unix", + "files", + "matching" + ], + "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" } ] |
