package re2

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

Install

Dune Dependency

Authors

Maintainers

Sources

re2-v0.15.0.tar.gz
sha256=1815db47f3c01683df31037bb388c3514c65392fdd5604162e52682842c7ed7c

Description

Published: 21 Mar 2022

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. dune >= "2.0.0"
  2. conf-g++ build
  3. ppx_jane >= "v0.15" & < "v0.16"
  4. core_kernel >= "v0.15" & < "v0.16"
  5. core >= "v0.15" & < "v0.16"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Conflicts

None