opam-version: "2.0"
maintainer: "opensource@janestreet.com"
homepage: "https://github.com/janestreet/herelib"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
build: make
remove: [["ocamlfind" "remove" "herelib"]]
depends: [
  "ocaml" {< "4.06.0"}
  "camlp4"
  "ocamlfind"
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Part of Jane Street’s Core library"
description: """
The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml."""
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.14.00/individual/herelib-109.14.00.tar.gz"
  checksum: "md5=96506047eb5b117453de5be6ec7fcb3a"
}
