From c8596b5996aa1f0f99943e7783d773b8a3cce1a1 Mon Sep 17 00:00:00 2001 From: citycide Date: Sun, 20 May 2018 23:07:39 -0500 Subject: [PATCH] Added package glob --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 249e21b..f22fd79 100644 --- a/packages.json +++ b/packages.json @@ -9386,5 +9386,21 @@ "description": "A helper module for writing unit tests in Nim with nake or similar build system.", "license": "ISC", "web": "https://github.com/jackvandrunen/findtests" + }, + { + "name": "glob", + "url": "https://github.com/citycide/glob", + "method": "git", + "tags": [ + "glob", + "pattern", + "match", + "walk", + "filesystem", + "pure" + ], + "description": "Pure library for matching file paths against Unix style glob patterns.", + "license": "MIT", + "web": "https://github.com/citycide/glob" } ]