opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Capital LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/core_extended"
license: "Apache-2.0"
build: [
  [make]
]
remove: [["ocamlfind" "remove" "core_extended"]]
depends: [
  "ocaml" {>= "4.00.1" & < "4.03"}
  "camlp4"
  "ocamlfind" {>= "1.3.2"}
  "bin_prot" {>= "109.53.00" & <= "109.53.03"}
  "comparelib" {>= "109.27.00" & <= "109.60.00"}
  "core" {>= "109.58.00" & <= "109.60.00"}
  "custom_printf" {>= "109.27.00" & <= "109.60.00"}
  "fieldslib" {>= "109.20.00" & <= "109.20.03"}
  "pa_ounit" {>= "109.53.00" & <= "109.53.02"}
  "pa_test" {>= "109.53.00" & <= "109.53.02"}
  "pipebang" {>= "109.28.00" & <= "109.60.00"}
  "re2" {>= "109.55.00" & <= "109.55.04"}
  "sexplib" {>= "109.58.00" & <= "109.60.00"}
  "textutils" {>= "109.53.00" & <= "109.53.03"}
  "ocamlbuild" {build}
]
available: os != "openbsd"
bug-reports: "https://github.com/janestreet/core_extended/issues"
dev-repo: "git+https://github.com/janestreet/core_extended.git"
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/109.58.00/individual/core_extended-109.58.00.tar.gz"
  checksum: "md5=f8a6b4387edb0593a63a5a7e87aa08cf"
}
