common: Add a lightweight OCaml binding for PCRE.

This uses the gnulib TLS macros.
This commit is contained in:
Richard W.M. Jones
2017-08-01 12:58:33 +01:00
parent ff83a88b4c
commit f33db99edf
12 changed files with 577 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ SUBDIRS += csharp
# OCaml tools. Note 'common/ml*', 'mllib' and 'customize' contain
# shared code used by other OCaml tools, so these must come first.
if HAVE_OCAML
SUBDIRS += common/mlpcre
SUBDIRS += common/mlprogress
SUBDIRS += common/mlvisit
SUBDIRS += common/mlxml