opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "re2"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "camlp4"
  "core" {= "111.03.00"}
  "sexplib" {= "111.03.00"}
  "bin_prot" {= "111.03.00"}
  "comparelib" {>= "109.15.00" & <= "109.60.00"}
  "pa_ounit" {>= "109.53.00" & <= "109.53.02"}
  "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.03.00/individual/re2-111.03.00.tar.gz"
  checksum: "md5=402bcc4e94780b767ea3f71da190bd16"
}
