aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2015-12-30 17:02:41 -0600
committerachesak <achesak@yahoo.com>2015-12-30 17:02:41 -0600
commit48a6b9fab90f849396f65353c9e46b9b80e3e9bc (patch)
treec83b683638d1479389af1c4526a3ea56a0c9baf3
parenta862dbbb03266f43e6053d8bf145dbbdc4a55a43 (diff)
downloadpackages-48a6b9fab90f849396f65353c9e46b9b80e3e9bc.tar.gz
packages-48a6b9fab90f849396f65353c9e46b9b80e3e9bc.zip
Added fnmatch.
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6a8cf04..2c51da2 100644
--- a/packages.json
+++ b/packages.json
@@ -3871,5 +3871,19 @@
"description": "Nim wrapper for the LZ4 library. There is also a high-level API for easy use",
"license": "BSD",
"web": "https://github.com/dfdeshom/nimlz4"
+ },
+ {
+ "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"
}
]