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