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