File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/climate/climate.0.8.5 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Declarative command-line parser for OCaml"
3+ maintainer: ["Stephen Sherratt <
[email protected] >"]
4+ authors: ["Stephen Sherratt <
[email protected] >"]
5+ license: "MIT"
6+ homepage: "https://github.com/gridbugs/climate"
7+ bug-reports: "https://github.com/gridbugs/climate/issues"
8+ depends: [
9+ "dune" {>= "3.0"}
10+ "ocaml" {>= "4.14"}
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "@install"
23+ "@runtest" {with-test}
24+ "@doc" {with-doc}
25+ ]
26+ ]
27+ dev-repo: "git+https://github.com/gridbugs/climate.git"
28+
29+ x-maintenance-intent: [(latest)]
30+
31+ url {
32+ src: "https://github.com/gridbugs/climate/archive/refs/tags/0.8.5.tar.gz"
33+ checksum: [
34+ "sha256=df1cd8cedcbe518c77e5160503c4159e16d92dbcb3dd0cfcaeeaf0686af0c323"
35+ "sha512=bc89dd3a1f01152869aa0e9831bf72b1a19db1e7c48eb91f0b79e365748a8a4fa8fba92ff39a87fa9becf35bb4b4b943be86c7fce69ef22779fd4c8eae9c2181"
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments