opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Capital LLC <opensource@janestreet.com>"]
license: "Apache-2.0"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  [make]
]
remove: [
  ["ocamlfind" "remove" "bignum"]
]
depends: [
  "ocaml" {>= "4.00.1"}
  "camlp4"
  "ocamlfind" {>= "1.3.2"}
  "core_kernel" {>= "111.17.00" & <= "111.25.00"}
  "zarith" {< "1.9"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis:
  "Core-flavoured wrapper around zarith's arbitrary-precision rationals."
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/111.17.00/individual/bignum-111.17.00.tar.gz"
  checksum: "md5=ddc2ec8178044154b953946eed478731"
}
