opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "re2"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "camlp4"
  "core" {>= "111.08.00" & < "112.02.00"}
  "sexplib" {>= "111.03.00" & < "112.02.00"}
  "bin_prot" {>= "111.03.00" & < "112.02.00"}
  "comparelib" {>= "109.15.00" & < "109.61.00"}
  "pa_ounit" {>= "109.53.00" & < "111.29.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "OCaml bindings for RE2, Google's regular expression library"
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/111.08.00/individual/re2-111.08.00.tar.gz"
  checksum: "md5=63a13c8fe0bdfa3518e730e310b75255"
}
