package globlon

  1. Overview
  2. Docs
A globbing library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.tar.gz
md5=f2c4330d9a60fd1bc5bbf7c769290652
sha512=13e349fa08b0d5edf0441275f706671b21681bc9f2cf72e43c8e402aa29961fe5ab734eb3aabdd1860c946cffc741222289ef6fd86fbf280a954a4035dcc5770

Description

A globbing library for OCaml. We use it to match file paths against patterns.

Published: 28 Sep 2022

README

Globlon - a globbing library for ocaml

This library allows you to use unix shell style globbing to match against paths.

We use Foreign Function Interface (FFI) to call glob(3), and provide access to all of their flags.

Dependencies (1)

  1. dune >= "2.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None