this repo has no description
1opam-version: "2.0"
2synopsis: "Arbitrary-precision floating-point decimal library"
3description: """
4Arbitrary-precision floating-point decimal library ported from
5the Python decimal module."""
6maintainer: ["Yawar Amin <yawar.amin@gmail.com>"]
7authors: ["Yawar Amin <yawar.amin@gmail.com>"]
8license: "PSF-2.0"
9homepage: "https://github.com/yawaramin/ocaml-decimal"
10bug-reports: "https://github.com/yawaramin/ocaml-decimal/issues"
11depends: [
12 "dune" {>= "2.7"}
13 "ocaml" {>= "4.06.0"}
14 "zarith" {>= "1.10" & < "2.0.0"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/yawaramin/ocaml-decimal.git"
32x-commit-hash: "9421126de28d18369f5c395f996c029f07ad457a"
33url {
34 src:
35 "https://github.com/yawaramin/ocaml-decimal/releases/download/v0.0.3/decimal-v0.0.3.tbz"
36 checksum: [
37 "sha256=d89ac869107d54b33ca338f0439cd0611b68623a1ee4451fa62043d7a06e1e80"
38 "sha512=4c9af25b7b40f49f87673d541e1ad3e592375bb71d79355768572a5cfe911c7b8957164fac170b326626b2b466f8ef7c78bc679d2a005f3f7f168cbc97654fae"
39 ]
40}