package re2

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.12.1.tar.gz
sha256=72aa39cff23199ff26fa4e72c0f4ab7e7568ec13b8d7742c66326a2739cf72b6
md5=6fcc8aa488f7888d358c773c359e7345

Description

Published: 24 Oct 2019

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 (5)

  1. conf-g++ build
  2. dune >= "1.5.1"
  3. ppx_jane >= "v0.12" & < "v0.13"
  4. core_kernel >= "v0.12" & < "v0.13"
  5. ocaml >= "4.07.0"

Dev Dependencies

None

Conflicts

None

OCaml

Innovation. Community. Security.