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.0 with OCaml linking exception
Published
Homepagehttps://github.com/ocaml/ocaml-re
Issue Trackerhttps://github.com/ocaml/ocaml-re/issues
Maintainerrudi.grinberg@gmail.com
Dependencies
Source [http] https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz
sha256=846546967f3fe31765935dd40a6460a9424337ecce7b12727fcba49480790ebb
sha512=d02103b7b8b8d8bc797341dcc933554745427f3c1b51b54b4ac9ff81badfd68c94726c57548b08e00ca99f3e09741b54b6500e97c19fc0e8fcefd6dfbe71da7f
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/re/re.1.10.3/opam
Required by
Optionally used by