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.02.1" & < "4.03"}
  "camlp4"
  "ocamlfind" {>= "1.3.2"}
  "bin_prot" {>= "112.17.00" & < "112.18.00"}
  "comparelib" {>= "109.27.00" & < "109.61.00"}
  "core" {>= "112.17.00" & < "112.18.00"}
  "custom_printf" {>= "112.17.00" & < "112.18.00"}
  "fieldslib" {>= "109.20.00" & < "109.21.00"}
  "pa_ounit" {>= "112.17.00" & < "112.18.00"}
  "pa_test" {>= "110.01.00" & < "111.09.00"}
  "pipebang" {>= "110.01.00" & < "110.02.00"}
  "re2" {>= "112.06.00" & < "112.07.00"}
  "sexplib" {>= "112.17.00" & < "112.18.00"}
  "textutils" {>= "112.17.00" & < "112.18.00"}
  "ocamlbuild" {build}
]
patches: [ "openbsd-quota-disable.diff" { (os = "openbsd") | (os = "freebsd") } ]
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
extra-files: [
  "openbsd-quota-disable.diff" "md5=b0ef28b9b857695efde18f530d2af003"
]
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/112.17/files/core_extended-112.17.00.tar.gz"
  checksum: "md5=77f7f43ffb5409fa38318cd74528a355"
}
