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-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.10.4/re-1.10.4.tbz
sha256=83eb3e4300aa9b1dc7820749010f4362ea83524742130524d78c20ce99ca747c
sha512=92b05cf92c389fa8c753f2acca837b15dd05a4a2e8e2bec7a269d2e14c35b1a786d394258376648f80b4b99250ba1900cfe68230b8385aeac153149d9ce56099
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/re/re.1.10.4/opam
Required by
Optionally used by