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.08.0"} "bignum" {>= "v0.15" & < "v0.16"} "core" {>= "v0.15" & < "v0.16"} "expect_test_helpers_core" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "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.15/files/bigdecimal-v0.15.0.tar.gz" checksum: "sha256=d88f5c18ca9d879b3e1868db7d0c7c52b162bbd3b8323e53c9deec97611cef9b" }