MIKMATCH(1) | User Manuals | MIKMATCH(1) |
NAME¶
mikmatch_pcre, mikmatch_str - OCaml toplevels with mikmatch loaded
SYNOPSIS¶
mikmatch_pcre ...
mikmatch_str ...
DESCRIPTION¶
These commands provide OCaml toplevels with the mikmatch library preloaded. mikmatch_pcre contains the PCRE (Perl-compatibility regular expressions) variant of mikmatch and mikmatch_str contains the Str (OCaml regexp library) variant of mikmatch. Besides, both toplevels do also contain the libraries dynlink, camlp4o and unix.
OPTIONS¶
See ocaml(7). Both toplevels accept the same options and arguments as the standard OCaml toplevel.
SEE ALSO¶
- The mikmatch web page,
- http://mjambon.com/micmatch.html
- The mikmatch tutorial,
- http://mjambon.com/micmatch-howto.html
- The mikmatch reference manual,
- /usr/share/doc/libmikmatch-ocaml-dev/mikmatch-manual.html or http://mjambon.com/micmatch-howto.html
- ocaml(7)
AUTHOR¶
This manual page was written by Hendrik Tews <hendrik@askra.de>, specifically for the Debian project (and may be used by others).
May 2013 | MIKMATCH |