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.08.0"}
  "core_kernel"       {>= "v0.13" & < "v0.14"}
  "ppx_jane"          {>= "v0.13" & < "v0.14"}
  "splittable_random" {>= "v0.13" & < "v0.14"}
  "typerep"           {>= "v0.13" & < "v0.14"}
  "zarith_stubs_js"   {>= "v0.13" & < "v0.14"}
  "dune"              {>= "1.5.1"}
  "num"
  "zarith"            {>= "1.5"}
]
synopsis: "Core-flavoured wrapper around zarith's arbitrary-precision rationals"
description: "
"
url {
  src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/bignum-v0.13.0.tar.gz"
  checksum: "md5=9ac1ea985988da8e618f2b3162c8d214"
}
