File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
packages/safemoney/safemoney.0.1.0 Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "A type safe money manipulation library"
4+ description: "A type safe money manipulation library"
5+ 6+ authors: ["Geoffrey Borough"]
7+ license: "MIT"
8+ homepage: "https://github.com/gborough/safemoney"
9+ doc: "https://github.com/gborough/safemoney/README.md"
10+ bug-reports: "https://github.com/gborough/safemoney/issues"
11+ depends: [
12+ "ocaml" {>= "4.14.0"}
13+ "core"
14+ "dune" {>= "3.0"}
15+ "zarith" {>= "1.6"}
16+ "stdint"
17+ "angstrom" {>= "0.14.0"}
18+ "re2"
19+ "yojson"
20+ "ppx_jane"
21+ "ppx_deriving"
22+ "ppx_yojson_conv"
23+ "ppx_deriving_yojson"
24+ "odoc" {with-doc}
25+ ]
26+ build: [
27+ ["dune" "subst"] {dev}
28+ [
29+ "dune"
30+ "build"
31+ "-p"
32+ name
33+ "-j"
34+ jobs
35+ "@install"
36+ "@runtest" {with-test}
37+ "@doc" {with-doc}
38+ ]
39+ ]
40+ dev-repo: "git+https://github.com/gborough/safemoney.git"
41+ url {
42+ src: "https://github.com/gborough/safemoney/archive/refs/tags/0.1.0.tar.gz"
43+ checksum: [
44+ "md5=7c6fa3ecf4800e68fea024e6a50aed06"
45+ "sha512=a30c2b7f08f2bbd0032ea3c14df34781ac00041dca99d0e82ad34afbbc18eb5c07cc30a67d658e3a0225c1efdb1486dd73393a13a59f0e3ee19fee92ce67b089"
46+ ]
47+ }
You can’t perform that action at this time.
0 commit comments