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"} "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" x-commit-hash: "24cf5663fd2092988c8c46eb94283b07c817c015" url { src: "https://github.com/yawaramin/ocaml-decimal/releases/download/v0.1.1/decimal-v0.1.1.tbz" checksum: [ "sha256=c100880fa853ae34e07c9a701a2530d8185119fc3b34b7d6125c83b93373747a" "sha512=8130534fb3321d315031723d3fcb9846bec4031e5ec893b6e4a9455b8d396f190ffd9c29e8bf7f47e3d37e232d078df98976cf77965e0296e4a9daac25f02d66" ] }