opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "core"]]
depends: [
  "ocaml" {>= "4.00.1" & < "4.01.0"}
  "camlp4"
  "ocamlfind"
  "bin_prot" {= "109.15.00"}
  "fieldslib" {= "109.15.00"}
  "pa_ounit" {= "109.15.00"}
  "pipebang" {= "109.15.00"}
  "sexplib" {= "109.15.00"}
  "variantslib" {= "109.15.00"}
  "res"
  "ounit"
  "comparelib" {= "109.15.00"}
  "herelib" {= "109.15.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Industrial strength alternative to OCaml's standard 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.15.00/individual/core-109.15.00.tar.gz"
  checksum: "md5=1d8ae4407972a9621e9a3a49fe743970"
}
