File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/climate/climate.0.8.3 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.3.tar.gz"
33+ checksum: [
34+ "sha256=1137970c8a508c145c41166887737d28aecefe6264c51af7c2dfc4aaf5b651e7"
35+ "sha512=95b8346ba70cdff0ecb3e29c6a981485ba396cf6bc89b99641ea91a773c77271bb35f5ad91897827815339c607f94a796b58781cc84166cd6965476ae3dedc6e"
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments