package re2

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.1.tar.gz
md5=085f3d236542cf1afec4d07ab2a28086

Description

Published: 03 Nov 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.2" & < "v0.10"
  4. jbuilder >= "1.0+beta15" & < "1.0+beta18"
  5. core_kernel >= "v0.9" & < "v0.10"
  6. ocaml >= "4.03.0"

Dev Dependencies

None

Conflicts

None