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 <yawar.amin@gmail.com>"]
authors: ["Yawar Amin <yawar.amin@gmail.com>"]
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"
available:
  arch = "arm64" | arch = "x86_64"
x-commit-hash: "2907175c02ca1bb117ee9703b8d642b721a3d6e8"
url {
  src:
    "https://github.com/yawaramin/ocaml-decimal/releases/download/v0.2.1/decimal-v0.2.1.tbz"
  checksum: [
    "sha256=fe081bcba3a1194a44466b2664f6603ff2f440b0aa76de4bffd6ab5e469f98c7"
    "sha512=aeaf5310eac931ad6daa20a1db4e4827f066a0b3bb430493d491c50d630e46d6cd9b090c281b915f93c30da92b10859519666c6c42bf6a580d2b146e02bb4a5a"
  ]
}
