opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/herelib"
build: [
  [make]
]
remove: [["ocamlfind" "remove" "herelib"]]
depends: [
  "ocaml" {>= "4.02.1" & < "4.03"}
  "camlp4"
  "ocamlfind"
  "ocamlbuild" {build}
]
bug-reports: "https://github.com/janestreet/herelib/issues"
dev-repo: "git+https://github.com/janestreet/herelib.git"
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/112.35/files/herelib-112.35.00.tar.gz"
  checksum: "md5=b534bc00f643b664135346e6b8d69da0"
}
