package re2

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

Install

Dune Dependency

Authors

Maintainers

Sources

re2-v0.16.0.tar.gz
sha256=391f3bf8019beeca300d8e496d7998792e596f9dd75b535d334eb78c08859104

Description

Published: 14 Jun 2023

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

  1. dune >= "2.0.0"
  2. conf-g++ build
  3. regex_parser_intf >= "v0.16" & < "v0.17"
  4. ppx_jane >= "v0.16" & < "v0.17"
  5. jane_rope >= "v0.16" & < "v0.17"
  6. core >= "v0.16" & < "v0.17"
  7. ocaml >= "4.14.0"

Dev Dependencies

None

Conflicts

None