this repo has no description

[new release] decimal (2 packages) (1.0.2)

CHANGES:

Please refer to tags for release notes.

Yawar Amin dcea79a4 12d86686

Changed files
+85
packages
decimal
decimal.1.0.2
ppx_decimal
ppx_decimal.1.0.2
+45
packages/decimal/decimal.1.0.2/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"
+
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"
+40
packages/ppx_decimal/ppx_decimal.1.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "A ppx for decimal literals"
+
description: "A ppx rewriter for decimal literals using the decimal library."
+
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"}
+
"decimal" {= version}
+
"ppxlib" {>= "0.26.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"