opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "core_bench"]]
depends: [
  "ocaml" {>= "4.02.1"}
  "camlp4"
  "core" {>= "112.17.00" & < "112.25.00"}
  "bin_prot" {>= "112.17.00" & < "112.25.00"}
  "sexplib" {>= "112.17.00" & < "112.25.00"}
  "fieldslib" {>= "109.20.00" & < "109.21.00"}
  "comparelib" {>= "109.27.00" & < "109.61.00"}
  "pa_ounit" {>= "112.17.00" & < "112.25.00"}
  "textutils" {>= "112.17.00" & < "112.18.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Benchmarking library"
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/112.17/files/core_bench-112.17.00.tar.gz"
  checksum: "md5=d507304cc31692cf9ba4c7bdf3e9cc25"
}
