Note: Regexp/OCaml is now moved to new personal homepage.
Regexp/OCaml provides convenient syntax sugar for regular expression match for strings using PCRE/OCaml library. The features of this macro package are the following:
A regular expression which appears in the source file will be evaluated only once; it is pre-compiled before actual execution and then cached. The package contains a small macro, called "once", makes any value to be evaluated only once.
(?P<
var>
regexp)
").
(?<
var>
regexp)
").
findlib is a powerful package manager for Objective Caml implemented by Gerd Stolpmann. I ported it to use on mingw-port or VC++-port of OCaml on Win32.
You can use either cygwin toolchain or mingw toolchain to build. I recommend to use cygwin toolchain. With cygwin-toolchain, pass an option --revcygpath to the configure script. With mingw tools, use Win2k or WinXP and make sure that the uname in the PATH is the mingw/msys version, then it will be automatically detected.
before invoking make, check that the detected install paths are correct Win32 paths (beginning with C:\ etc.).
File: findlib-0.8.1-mingw.diff