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.2/decimal-1.0.2.tbz" checksum: [ "sha256=39ba0f5b8f0c6943422ca08b26ea37c0aa4fdfacd29a40d9c195d48f5513fe6c" "sha512=6157fccb1149e255897b7aa3f58ba33bb3a01c8c0a048f0f315325bd4bf4ef30b580e506c69c05c24e292f602409f0e21f9796d49a2c1bc3a20200d30faa3c56" ] } x-commit-hash: "1cc6a88c733f3acb7496252448e7fcbf0a8792c9"