mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 08:33:10 +00:00
Added package glob
This commit is contained in:
parent
5d308e93b4
commit
c8596b5996
@ -9386,5 +9386,21 @@
|
|||||||
"description": "A helper module for writing unit tests in Nim with nake or similar build system.",
|
"description": "A helper module for writing unit tests in Nim with nake or similar build system.",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"web": "https://github.com/jackvandrunen/findtests"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user