this repo has no description

[new release] decimal (0.0.3)

CHANGES:

Changed files
+40
packages
decimal
decimal.0.0.3
+40
packages/decimal/decimal.0.0.3/opam
···
+
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"
+
bug-reports: "https://github.com/yawaramin/ocaml-decimal/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.06.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: "9421126de28d18369f5c395f996c029f07ad457a"
+
url {
+
src:
+
"https://github.com/yawaramin/ocaml-decimal/releases/download/v0.0.3/decimal-v0.0.3.tbz"
+
checksum: [
+
"sha256=d89ac869107d54b33ca338f0439cd0611b68623a1ee4451fa62043d7a06e1e80"
+
"sha512=4c9af25b7b40f49f87673d541e1ad3e592375bb71d79355768572a5cfe911c7b8957164fac170b326626b2b466f8ef7c78bc679d2a005f3f7f168cbc97654fae"
+
]
+
}