Added fnmatch.

This commit is contained in:
achesak 2015-12-30 17:02:41 -06:00
parent a862dbbb03
commit 48a6b9fab9

View File

@ -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"
}
]