this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23705 from yawaramin/release-decimal-v0.4.0

[new release] decimal (0.4.0)

authored by

Kate and committed by
GitHub
3a7114de ded1d4e1

+45
+45
packages/decimal/decimal.0.4.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Arbitrary-precision floating-point decimal library" 3 + description: """ 4 + Arbitrary-precision floating-point decimal library ported from 5 + the Python decimal module.""" 6 + maintainer: ["Yawar Amin <yawar.amin@gmail.com>"] 7 + authors: ["Yawar Amin <yawar.amin@gmail.com>"] 8 + license: "PSF-2.0" 9 + homepage: "https://github.com/yawaramin/ocaml-decimal" 10 + doc: "https://yawaramin.github.io/ocaml-decimal/api" 11 + bug-reports: "https://github.com/yawaramin/ocaml-decimal/issues" 12 + depends: [ 13 + "dune" {>= "2.7"} 14 + "alcotest" {>= "1.5.0" & < "2.0.0" & with-test} 15 + "angstrom" {>= "0.15.0" & < "1.0.0" & with-test} 16 + "ocaml" {>= "4.08.0"} 17 + "zarith" {>= "1.10" & < "2.0.0"} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/yawaramin/ocaml-decimal.git" 35 + available: 36 + arch = "arm64" | arch = "x86_64" 37 + url { 38 + src: 39 + "https://github.com/yawaramin/ocaml-decimal/releases/download/v0.4.0/decimal-0.4.0.tbz" 40 + checksum: [ 41 + "sha256=c7f642ca90aa23f9b125a8647509ce508e160592245c3b605a0407656f7a0af2" 42 + "sha512=909f0dd7bacbbbb3fa17a79c18794520495f39cc3e8ade2545cedd8ec311e386696b9d62a095d9a4ed6fbc69d7286e6e138719b9d08dcb3d8f775c36acd18caf" 43 + ] 44 + } 45 + x-commit-hash: "434707c5f0c7760e8cac942d779ed173b2488c5a"