diff options
| author | citycide <lingenbw@gmail.com> | 2018-05-20 23:07:39 -0500 |
|---|---|---|
| committer | citycide <lingenbw@gmail.com> | 2018-05-20 23:07:39 -0500 |
| commit | c8596b5996aa1f0f99943e7783d773b8a3cce1a1 (patch) | |
| tree | 5fc6efe8e6712d77587291c07dbe7133d74254b1 | |
| parent | 5d308e93b47425c49ef84378a6698e49c9b8d84b (diff) | |
| download | packages-c8596b5996aa1f0f99943e7783d773b8a3cce1a1.tar.gz packages-c8596b5996aa1f0f99943e7783d773b8a3cce1a1.zip | |
Added package glob
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
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" } ] |
