this repo has no description
0
fork

Configure Feed

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

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

CHANGES:

Please refer to tags for release notes.

+85
+45
packages/decimal/decimal.1.0.2/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/v1.0.2/decimal-1.0.2.tbz" 40 + checksum: [ 41 + "sha256=39ba0f5b8f0c6943422ca08b26ea37c0aa4fdfacd29a40d9c195d48f5513fe6c" 42 + "sha512=6157fccb1149e255897b7aa3f58ba33bb3a01c8c0a048f0f315325bd4bf4ef30b580e506c69c05c24e292f602409f0e21f9796d49a2c1bc3a20200d30faa3c56" 43 + ] 44 + } 45 + x-commit-hash: "1cc6a88c733f3acb7496252448e7fcbf0a8792c9"
+40
packages/ppx_decimal/ppx_decimal.1.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A ppx for decimal literals" 3 + description: "A ppx rewriter for decimal literals using the decimal library." 4 + maintainer: ["Yawar Amin <yawar.amin@gmail.com>"] 5 + authors: ["Yawar Amin <yawar.amin@gmail.com>"] 6 + license: "PSF-2.0" 7 + homepage: "https://github.com/yawaramin/ocaml-decimal" 8 + bug-reports: "https://github.com/yawaramin/ocaml-decimal/issues" 9 + depends: [ 10 + "dune" {>= "2.7"} 11 + "decimal" {= version} 12 + "ppxlib" {>= "0.26.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/yawaramin/ocaml-decimal.git" 30 + available: 31 + arch = "arm64" | arch = "x86_64" 32 + url { 33 + src: 34 + "https://github.com/yawaramin/ocaml-decimal/releases/download/v1.0.2/decimal-1.0.2.tbz" 35 + checksum: [ 36 + "sha256=39ba0f5b8f0c6943422ca08b26ea37c0aa4fdfacd29a40d9c195d48f5513fe6c" 37 + "sha512=6157fccb1149e255897b7aa3f58ba33bb3a01c8c0a048f0f315325bd4bf4ef30b580e506c69c05c24e292f602409f0e21f9796d49a2c1bc3a20200d30faa3c56" 38 + ] 39 + } 40 + x-commit-hash: "1cc6a88c733f3acb7496252448e7fcbf0a8792c9"