The Glob package provides the ability find all pathnames matching a given pattern based on Unix shell rules. Its adapted from the glob2 python module.
Production ready.
- Install corral
corral add github.com/ponylang/glob.git --version 1.0.6
corral fetch
to fetch your dependenciesuse "glob"
to include this packagecorral run -- ponyc
to compile your application
glob
uses the Pony regex
library. Usage and installation instructions for it will be required in order for this library to work.