From 48a6b9fab90f849396f65353c9e46b9b80e3e9bc Mon Sep 17 00:00:00 2001 From: achesak Date: Wed, 30 Dec 2015 17:02:41 -0600 Subject: [PATCH 1/3] 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" } ] From c63e2db6816a7ac366bd9e4ae38cec66f94d5c5c Mon Sep 17 00:00:00 2001 From: achesak Date: Wed, 30 Dec 2015 17:05:29 -0600 Subject: [PATCH 2/3] Added shorturl. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2c51da2..8f6940e 100644 --- a/packages.json +++ b/packages.json @@ -3885,5 +3885,18 @@ "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" } ] From a6a2c7b55a9af6c074df684e0ed41020faa2e17a Mon Sep 17 00:00:00 2001 From: achesak Date: Wed, 30 Dec 2015 17:06:49 -0600 Subject: [PATCH 3/3] Fixed quote issue --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 8f6940e..601cda8 100644 --- a/packages.json +++ b/packages.json @@ -3896,7 +3896,7 @@ "uid" ], "description": "Nim module for generating URL identifiers for Tiny URL and bit.ly-like URLs", - "license: "MIT", + "license": "MIT", "web": "https://github.com/achesak/nim-shorturl" } ]