reversion

RE is a regular expression library for OCaml

Pure OCaml regular expressions with:

  • Perl-style regular expressions (module Re_perl)
  • Posix extended regular expressions (module Re_posix)
  • Emacs-style regular expressions (module Re_emacs)
  • Shell-style file globbing (module Re_glob)
  • Compatibility layer for OCaml's built-in Str module (module Re_str)
AuthorsJerome Vouillon, Thomas Gazagnaire and Anil Madhavapeddy
LicenseLGPL-2.0-only WITH OCaml-LGPL-linking-exception
Published
Homepagehttps://github.com/ocaml/ocaml-re
Issue Trackerhttps://github.com/ocaml/ocaml-re/issues
Maintainerjerome.vouillon@pps.univ-paris-diderot.fr
Dependencies
Source [http] https://github.com/ocaml/ocaml-re/archive/1.6.0.tar.gz
md5=e59ecd17196c1338c3bec0a50cc1d13b
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/re/re.1.6.0/opam
Required by
Optionally used by