opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "core_bench"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "camlp4"
  "core" {>= "109.58.00" & < "111.29.00"}
  "bin_prot" {>= "109.53.00" & <= "111.03.00"}
  "sexplib" {>= "109.58.00" & <= "111.25.00"}
  "fieldslib" {>= "109.20.00" & <= "109.20.03"}
  "comparelib" {>= "109.27.00" & <= "109.60.00"}
  "pa_ounit" {>= "109.53.00" & <= "111.28.00"}
  "textutils" {>= "109.53.00" & <= "111.28.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Benchmarking library"
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.58.00/individual/core_bench-109.58.01.tar.gz"
  checksum: "md5=e7881ac16d200ae28bffce6f9f5dd97b"
}
