this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/bignum" 5bug-reports: "https://github.com/janestreet/bignum/issues" 6dev-repo: "git+https://github.com/janestreet/bignum.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/bignum/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.07.0"} 14 "core_kernel" {>= "v0.12" & < "v0.13"} 15 "ppx_jane" {>= "v0.12" & < "v0.13"} 16 "splittable_random" {>= "v0.12" & < "v0.13"} 17 "typerep" {>= "v0.12" & < "v0.13"} 18 "dune" {>= "1.5.1"} 19 "num" 20 "zarith" {>= "1.5" & < "1.9"} 21] 22synopsis: "Core-flavoured wrapper around zarith's arbitrary-precision rationals" 23url { 24 src: 25 "https://ocaml.janestreet.com/ocaml-core/v0.12/files/bignum-v0.12.0.tar.gz" 26 checksum: [ 27 "sha256=ba5098820838176418faa6aa2e7be3bfb4d9d03f46c2ed432b3d19a3de307dcd" 28 "md5=3bd6804528eaf6e1c6262bbd991c886d" 29 ] 30}