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, Anil Madhavapeddy, Rudi Grinberg and Gabriel Radanne
LicenseLGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
Published
Homepagehttps://github.com/ocaml/ocaml-re
Issue Trackerhttps://github.com/ocaml/ocaml-re/issues
MaintainerRudi Grinberg <me@rgrinberg.com>
Dependencies
Source [http] https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz
md5=03f4a83100cb9229a796b85c698076e1
sha512=cd2cc39f951ca6b7be631bbb5531ed13bc040e629842671bf6fef3911b20ef1653fa9a1f0aa23b094d252cffc9a9efe7ffca69e50d362ab935bc0cc447548124
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/re/re.1.14.0/opam
Required by
Optionally used by