opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] 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" url { src: "https://ocaml.janestreet.com/ocaml-core/v0.12/files/bignum-v0.12.0.tar.gz" checksum: [ "sha256=ba5098820838176418faa6aa2e7be3bfb4d9d03f46c2ed432b3d19a3de307dcd" "md5=3bd6804528eaf6e1c6262bbd991c886d" ] }