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@gmail.com
Dependencies
Source [http] https://github.com/ocaml/ocaml-re/releases/download/1.11.0/re-1.11.0.tbz
sha256=01fc244780c0f6be72ae796b1fb750f367de18624fd75d07ee79782ed6df8d4f
sha512=3e3712cc1266ec1f27620f3508ea2ebba338f4083b07d8a69dccee1facfdc1971a6c39f9deea664d2a62fd7f2cfd2eae816ca4c274acfadaee992a3befc4b757
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/re/re.1.11.0/opam
Required by
Optionally used by