The Wayback Machine - https://web.archive.org/web/20201122060128/https://github.com/ponylang/glob
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

glob

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.

Status

Actions Status

Production ready.

Installation

  • Install corral
  • corral add github.com/ponylang/glob.git
  • corral fetch to fetch your dependencies
  • use "glob" to include this package
  • corral run -- ponyc to compile your application

Dependencies

glob uses the Pony regex library. Usage and installation instructions for it will be required in order for this library to work.

About

🐴 Pony package provides the ability find all pathnames matching a given pattern based on Unix shell rules.

Topics

Resources

License

Sponsor this project

Packages

No packages published
You can’t perform that action at this time.