aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json27
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"
}
]