Merge pull request #746 from citycide/add-glob0407

Added package glob
This commit is contained in:
Dominik Picheta 2018-05-22 00:32:11 +01:00 committed by GitHub
commit c88c6a7e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9399,5 +9399,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"
}
]