package re2

  1. Overview
  2. Docs
OCaml bindings for RE2, Google's regular expression library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.10.1.tar.gz
md5=5fe2ccfb52e76e36f293a5496e55ca05

Description

Published: 23 Feb 2018

README

README.txt

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).

Dependencies (6)

  1. ocaml-migrate-parsetree >= "0.4" & < "2.0.0"
  2. jbuilder >= "1.0+beta12"
  3. ppx_jane >= "v0.10" & < "v0.11"
  4. ppx_driver >= "v0.10" & < "v0.11"
  5. core_kernel >= "v0.10" & < "v0.11"
  6. ocaml >= "4.04.1"

Dev Dependencies

None

Conflicts

None