Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 781 Bytes

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

Production ready.

Installation

  • Install corral
  • corral add github.com/ponylang/glob.git --version 1.0.7
  • 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.

API Documentation

https://ponylang.github.io/glob