Skip to content

Commit ee32f89

Browse files
authored
Add climate.0.5.0 (#27516)
Signed-off-by: Stephen Sherratt <[email protected]>
2 parents ef90a2b + 5b1e40f commit ee32f89

File tree

3 files changed

+37
-2
lines changed
  • packages
    • climate/climate.0.5.0
    • cmdlang-to-climate
      • cmdlang-to-climate.0.0.8
      • cmdlang-to-climate.0.0.9

3 files changed

+37
-2
lines changed

packages/climate/climate.0.5.0/opam

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
}

packages/cmdlang-to-climate/cmdlang-to-climate.0.0.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "https://github.com/mbarbin/cmdlang/issues"
99
depends: [
1010
"dune" {>= "3.16"}
1111
"ocaml" {>= "4.14"}
12-
"climate" {>= "0.1.0"}
12+
"climate" {>= "0.1.0" & < "0.5.0"}
1313
"cmdlang" {= version}
1414
"odoc" {with-doc}
1515
]

packages/cmdlang-to-climate/cmdlang-to-climate.0.0.9/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "https://github.com/mbarbin/cmdlang/issues"
99
depends: [
1010
"dune" {>= "3.16"}
1111
"ocaml" {>= "4.14"}
12-
"climate" {>= "0.3.0"}
12+
"climate" {>= "0.3.0" & < "0.5.0"}
1313
"cmdlang" {= version}
1414
"odoc" {with-doc}
1515
]

0 commit comments

Comments
 (0)