package path_glob

  1. Overview
  2. Docs
Globbing file paths

Install

Dune Dependency

Authors

Maintainers

Sources

path_glob-0.2.tbz
sha256=5e09a2148876b68ac8fb315679ba69b1e207ced55d91a3ea5b3046f917102a07
sha512=f55775c694e4b66acdfc9210cccc4af505ecbce3101b638495623d7f18a169e4c904e1b86c1c13ec3af9ae765acd6eedfa6cb7059a0c8a4a1aff375b7e9114ab

Description

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

Published: 28 Jan 2021

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