Merge branch 'master' of https://github.com/achesak/packages into achesak-master

This commit is contained in:
Dominik Picheta 2016-01-06 17:59:27 +00:00
commit 0f7f4a126c

View File

@ -3899,5 +3899,32 @@
"description": "Infer & generate command-line interace/option/argument parsers", "description": "Infer & generate command-line interace/option/argument parsers",
"license": "MIT", "license": "MIT",
"web": "https://github.com/c-blake/cligen" "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"
} }
] ]