From 48a6b9fab90f849396f65353c9e46b9b80e3e9bc Mon Sep 17 00:00:00 2001 From: achesak Date: Wed, 30 Dec 2015 17:02:41 -0600 Subject: [PATCH] Added fnmatch. --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]