freebsd-ports/devel/ocaml-re/pkg-descr
Veniamin Gvozdikov 8e300bcd00 New port: devel/ocaml-re
Re is a regular expression library for OCaml.

The following styles of regular expressions are supported:
* 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).

WWW: https://github.com/ocaml/ocaml-re
2015-08-05 20:41:20 +00:00

9 lines
352 B
Text

Re is a regular expression library for OCaml.
The following styles of regular expressions are supported:
* 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).
WWW: https://github.com/ocaml/ocaml-re