opam-version: "2.0" synopsis: "Arbitrary-precision floating-point decimal library" description: """ Arbitrary-precision floating-point decimal library ported from the Python decimal module.""" maintainer: ["Yawar Amin "] authors: ["Yawar Amin "] license: "PSF-2.0" homepage: "https://github.com/yawaramin/ocaml-decimal" doc: "https://yawaramin.github.io/ocaml-decimal/api" bug-reports: "https://github.com/yawaramin/ocaml-decimal/issues" depends: [ "dune" {>= "2.7"} "alcotest" {>= "1.5.0" & < "2.0.0" & with-test} "angstrom" {>= "0.15.0" & < "1.0.0" & with-test} "ocaml" {>= "4.08.0"} "zarith" {>= "1.10" & < "2.0.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/yawaramin/ocaml-decimal.git" available: arch = "arm64" | arch = "x86_64" url { src: "https://github.com/yawaramin/ocaml-decimal/releases/download/v1.0.1/decimal-1.0.1.tbz" checksum: [ "sha256=9297d87d647301afd92be6ba2fe8512ea81c2e306454992e6662e80344654ff9" "sha512=7acbc020ff0b1be2fa3258bb581143ee9d92b3ffab0ada21a79daeb568eaaa1317b71445ef047fc4b88efe0c592bb5239719442a646dbdb9ce8794415cdd5293" ] } x-commit-hash: "ddef44e4c625ee507aab7bddb6350bd092cc475e"