opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "core_extended"]]
depends: [
  "ocaml" {= "3.12.1"}
  "camlp4"
  "ocamlfind"
  "bin_prot" {< "113.01.00"}
  "core" {= "108.00.02"}
  "fieldslib" {< "113.01.00"}
  "pa_ounit"
  "pipebang"
  "pcre"
  "res"
  "sexplib" {< "113.01.00"}
  "ocamlbuild" {build}
]
available: os != "openbsd"
install: [make "install"]
synopsis:
  "Extra components that are not as closely vetted or as stable as Core"
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/108.00.01/individual/core_extended-108.00.01.tar.gz"
  checksum: "md5=7dc31ed35e2d74f85ed00af825bee94b"
}
