Language

Package: ocaml-re @ 1.10.3

Synopsis

Regular expression library for OCaml

Description

Pure OCaml regular expressions with:

  1. Perl-style regular expressions (module Re_perl)

  2. Posix extended regular expressions (module Re_posix)

  3. Emacs-style regular expressions (module Re_emacs)

  4. Shell-style file globbing (module Re_glob)

  5. Compatibility layer for OCaml's built-in Str module (module Re_str)

Home page
https://github.com/ocaml/ocaml-re/
Location
gnu/packages/ocaml.scm (line: 3476, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'ounit' does not match package name 'ocaml-ounit'