package re2

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

Install

Dune Dependency

Authors

Maintainers

Sources

re2-v0.9.0.tar.gz
md5=db6760421b279c9f270af171af72b248

Description

Published: 19 May 2017

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. ppx_jane >= "v0.9" & < "v0.10"
  3. ppx_driver >= "v0.9" & < "v0.10"
  4. jbuilder >= "1.0+beta7" & < "1.0+beta18"
  5. core_kernel >= "v0.9" & < "v0.10"
  6. ocaml >= "4.03.0" & < "4.06.0"

Dev Dependencies

None

Conflicts

None