opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Capital LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/core_kernel"
license: "Apache-2.0"
build: [
  [make]
]
remove: [["ocamlfind" "remove" "core_kernel"]]
depends: [
  "ocaml" {>= "4.01.0" & < "4.03"}
  "camlp4"
  "ocamlfind" {>= "1.3.2"}
  "bin_prot" {>= "112.06.00" & < "112.07.00"}
  "comparelib" {>= "109.60.00" & < "109.61.00"}
  "enumerate" {>= "111.08.00" & < "111.09.00"}
  "fieldslib" {>= "109.20.00" & < "109.21.00"}
  "herelib" {>= "109.35.00" & < "109.36.00"}
  "pa_bench" {>= "112.06.00" & < "112.07.00"}
  "pa_ounit" {>= "111.28.00" & < "111.29.00"}
  "pa_test" {>= "111.08.00" & < "111.09.00"}
  "pipebang" {>= "110.01.00" & < "110.02.00"}
  "sexplib" {>= "112.06.00" & < "112.07.00"}
  "typerep" {>= "112.06.00" & < "112.07.00"}
  "variantslib" {>= "109.15.00" & < "109.16.00"}
  "ocamlbuild" {build}
]
patches: [
  "build_with_trunk.patch"
  "include_compatibility.patch"
]
bug-reports: "https://github.com/janestreet/core_kernel/issues"
dev-repo: "git+https://github.com/janestreet/core_kernel.git"
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.

Core_kernel is the system-independent part of Core."""
flags: light-uninstall
extra-files: [
  ["include_compatibility.patch" "md5=99dcc308fb684a94c4747c763519819c"]
  ["build_with_trunk.patch" "md5=0c600ee32584b7321ff56b2711e5ded8"]
]
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/112.06.00/individual/core_kernel-112.06.00.tar.gz"
  checksum: "md5=678112808abab41b788283a869268ba4"
}
