tiash / re2

OCaml bindings for RE2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to link against these bindings
==================================

We export a library Re2 with one module Regex which binds the Google re2 regex
library.  Binaries which link to the OCaml Re2 library get the underlying
Google library and these bindings.

The underlying re2 sources updated 18 March 2015 (rev 3d5f1714e63f).

About

OCaml bindings for RE2

License:Apache License 2.0


Languages

Language:C++ 67.1%Language:C 17.8%Language:Python 8.6%Language:OCaml 3.2%Language:HTML 2.1%Language:Makefile 0.6%Language:Shell 0.4%Language:Perl 0.2%