opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Capital LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/zero"
license: "Apache-2.0"
build: [
  [make]
]
remove: [["ocamlfind" "remove" "zero"]]
depends: [
  "ocaml" {>= "4.00.0" & < "4.03"}
  "camlp4"
  "ocamlfind" {>= "1.3.2"}
  "core" {>= "109.27.00" & <= "109.28.00"}
  "fieldslib" {= "109.20.00"}
  "pa_ounit" {= "109.27.00"}
  "sexplib" {= "109.20.00"}
  "ocamlbuild" {build}
]
bug-reports: "https://github.com/janestreet/zero/issues"
dev-repo: "git+https://github.com/janestreet/zero.git"
install: [[make "install"]]
synopsis: "Data structures optimized for performance"
description: """
A library with general data structures like `Core` but that emphasizes
performance over usability."""
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.27.00/individual/zero-109.27.00.tar.gz"
  checksum: "md5=4acb2cbb3c0bb2e4a0b1039339ce29a2"
}
