File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Expand file tree Collapse file tree 3 files changed +37
-2
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
+ url {
30
+ src: "https://github.com/gridbugs/climate/archive/refs/tags/0.5.0.tar.gz"
31
+ checksum: [
32
+ "sha256=57e186f70c44bd3ca38c28da41a545987c8eab15ce8b5884a5cbb819e53883a3"
33
+ "sha512=baf9d6a2844d766dfbae6b31c239255974dcd15dd955939385c293d421567318f700bd7efaabbb4d418454e78e1f47b233812ccc756e621b87c41102a0ce8673"
34
+ ]
35
+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bug-reports: "https://github.com/mbarbin/cmdlang/issues"
9
9
depends: [
10
10
"dune" {>= "3.16"}
11
11
"ocaml" {>= "4.14"}
12
- "climate" {>= "0.1.0"}
12
+ "climate" {>= "0.1.0" & < "0.5.0" }
13
13
"cmdlang" {= version}
14
14
"odoc" {with-doc}
15
15
]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bug-reports: "https://github.com/mbarbin/cmdlang/issues"
9
9
depends: [
10
10
"dune" {>= "3.16"}
11
11
"ocaml" {>= "4.14"}
12
- "climate" {>= "0.3.0"}
12
+ "climate" {>= "0.3.0" & < "0.5.0" }
13
13
"cmdlang" {= version}
14
14
"odoc" {with-doc}
15
15
]
You can’t perform that action at this time.
0 commit comments