opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/bigdecimal" bug-reports: "https://github.com/janestreet/bigdecimal/issues" dev-repo: "git+https://github.com/janestreet/bigdecimal.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/bigdecimal/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "bignum" {>= "v0.16" & < "v0.17"} "core" {>= "v0.16" & < "v0.17"} "expect_test_helpers_core" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} "zarith" {>= "1.11"} ] synopsis: "Arbitrary-precision decimal based on Zarith" description: " A high-precision representation of decimal numbers as [mantissa * 10^exponent], where the mantissa is internally a [Bigint.t] and the exponent is an [int]. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/bigdecimal-v0.16.0.tar.gz" checksum: "sha256=6b9b935460f904d6955ade682446f91fd6223310762d5796144a4ae95358211b" }