opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/bignum"
bug-reports: "https://github.com/janestreet/bignum/issues"
dev-repo: "git+https://github.com/janestreet/bignum.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/bignum/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"             {>= "4.07.0"}
  "core_kernel"       {>= "v0.12" & < "v0.13"}
  "ppx_jane"          {>= "v0.12" & < "v0.13"}
  "splittable_random" {>= "v0.12" & < "v0.13"}
  "typerep"           {>= "v0.12" & < "v0.13"}
  "dune"              {>= "1.5.1"}
  "num"
  "zarith"            {>= "1.5" & < "1.9"}
]
synopsis: "Core-flavoured wrapper around zarith's arbitrary-precision rationals"
description: "
"
url {
  src: "https://ocaml.janestreet.com/ocaml-core/v0.12/files/bignum-v0.12.0.tar.gz"
  checksum: "md5=3bd6804528eaf6e1c6262bbd991c886d"
}
