package path_glob

  1. Overview
  2. Docs
Globbing file paths

Install

Dune Dependency

Authors

Maintainers

Sources

path_glob-0.3.tgz
sha256=332dae23b700fa050d1fd6e4f3d2e24b8dd1db2c8ea4f76c54e2e54851c9d226
sha512=205b0bbdf0d36b21e978603e4df264a0b185f3c1e3a20764fb254368977977d076a5b9c53b88110b721651d43a782e45742b14891412460101fb5fa8a5986173

Description

An implementation of 'glob' patterns for file paths, extracted from ocamlbuild.

Published: 19 Jan 2023

README

Path_glob: checking glob patterns on paths.

Path_glob is a small library to match strings (in particular filesystem paths) against glob-style patterns, or boolean combinations of patterns.

See the module documentation, including a short example.

For another library achieving similar purposes, see the Re.Glob module of ocaml-re.

Dependencies (2)

  1. dune >= "2.7"
  2. ocaml >= "4.03"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. earlybird >= "1.0.0"

Conflicts

None