README.md (759B)
- # glob: glob(1) wrapper around glob(3), inspired by <https://github.com/isaacs/node-glob>
- This utility was done to expand the glob patterns present in
- package.json without ending up with a circular dependency.
- For an alternative utility which allows to chainload into another program, see
- <https://www.skarnet.org/software/execline/elglob.html>
- ## Dependencies
- - C11 Compiler
- - POSIX.1-2008 or later C library
- - POSIX.1-2008 or later make(1)
- ## Download
- Tarballs are available at <https://distfiles.hacktivis.me/releases/cmd-glob/>
- Signed with signify(1) keys available at <https://distfiles.hacktivis.me/releases/signify/>
- ```
- SPDX-FileCopyrightText: 2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- SPDX-License-Identifier: MPL-2.0
- ```