Skip to content

Commit 3c6a0f5

Browse files
authored
Merge pull request #28603 from mtelvers/cmdliner-fixup
Follow up to constrain direct cmdliner.2.0.0 failures
2 parents f736a66 + 0033ee9 commit 3c6a0f5

File tree

73 files changed

+74
-61
lines changed
  • packages
    • archsat/archsat.1.1
    • bytepdf/bytepdf.0.1
    • capnp-rpc-unix
      • capnp-rpc-unix.1.2.3
      • capnp-rpc-unix.1.2.4
      • capnp-rpc-unix.2.1
    • cppffigen/cppffigen.0.002
    • docfd
    • elasticsearch-cli
      • elasticsearch-cli.0.4
      • elasticsearch-cli.0.5
      • elasticsearch-cli.1.0
      • elasticsearch-cli.1.1
      • elasticsearch-cli.1.2
    • electrumAnalyzer/electrumAnalyzer.0.3.5-2
    • gobba
    • js_of_ocaml-compiler
      • js_of_ocaml-compiler.3.10.0
      • js_of_ocaml-compiler.3.11.0
      • js_of_ocaml-compiler.3.4.0
      • js_of_ocaml-compiler.3.5.0
      • js_of_ocaml-compiler.3.5.1
      • js_of_ocaml-compiler.3.5.2
      • js_of_ocaml-compiler.3.6.0
      • js_of_ocaml-compiler.3.7.1
      • js_of_ocaml-compiler.3.8.0
      • js_of_ocaml-compiler.3.9.0
      • js_of_ocaml-compiler.3.9.1
      • js_of_ocaml-compiler.4.0.0
      • js_of_ocaml-compiler.4.1.0
      • js_of_ocaml-compiler.5.0.1
      • js_of_ocaml-compiler.5.1.0
      • js_of_ocaml-compiler.5.1.1
      • js_of_ocaml-compiler.5.2.0
      • js_of_ocaml-compiler.5.3.0
      • js_of_ocaml-compiler.5.4.0
      • js_of_ocaml-compiler.5.5.2
      • js_of_ocaml-compiler.5.6.0
      • js_of_ocaml-compiler.5.7.0
      • js_of_ocaml-compiler.5.7.1
      • js_of_ocaml-compiler.5.7.2
      • js_of_ocaml-compiler.5.8.1
      • js_of_ocaml-compiler.5.8.2
      • js_of_ocaml-compiler.5.9.0
      • js_of_ocaml-compiler.5.9.1
      • js_of_ocaml-compiler.6.0.1
      • js_of_ocaml-compiler.6.1.0
      • js_of_ocaml-compiler.6.1.1
      • js_of_ocaml-compiler.6.2.0
    • llopt/llopt.1.0.0
    • mirage-monitoring
      • mirage-monitoring.0.0.6
      • mirage-monitoring.0.0.7
    • mirage-runtime/mirage-runtime.4.7.0
    • monorobot/monorobot.0.1
    • opam-ci/opam-ci.1.0.0
    • passmakercmd/passmakercmd.1.0
    • rotor/rotor.0.1
    • runtime_events_tools_bare/runtime_events_tools_bare.0.5.2
    • runtime_events_tools
      • runtime_events_tools.0.2
      • runtime_events_tools.0.3
      • runtime_events_tools.0.5.0
      • runtime_events_tools.0.5.1
      • runtime_events_tools.0.5.2
    • sslconf/sslconf.0.8.3
    • touist
    • zeit/zeit.0.1.0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+74
-61
lines changed

packages/archsat/archsat.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"dolmen" { >= "0.4" & < "0.5" }
2828
"msat" { >= "0.7" & < "0.8" }
2929
"containers" { >= "2.0" & < "3.0" }
30-
"cmdliner" { >= "0.9.8" }
30+
"cmdliner" { >= "0.9.8" & < "2.0.0"}
3131
"zarith"
3232
"ocamlgraph"
3333
"gen"

packages/bytepdf/bytepdf.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "1.1"}
1212
"containers" {>= "0.12"}
1313
"bos"
14-
"cmdliner"
14+
"cmdliner" {< "2.0.0"}
1515
"obytelib" {>= "1.4" & < "1.6"}
1616
("camlpdf" {< "2.4"} & "ocaml" {< "4.08"}) | ("camlpdf" & "ocaml" {>= "4.08"}) # Transitively depends on bigarray
1717
]

packages/capnp-rpc-unix/capnp-rpc-unix.1.2.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"ocaml" {>= "4.08.0"}
1414
"capnp-rpc-net" {= version}
1515
"mirage-flow" {< "4.0.0"}
16-
"cmdliner" {>= "1.1.0"}
16+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
1717
"cstruct-lwt"
1818
"astring"
1919
"fmt" {>= "0.8.7"}

packages/capnp-rpc-unix/capnp-rpc-unix.1.2.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/mirage/capnp-rpc/issues"
1212
depends: [
1313
"ocaml" {>= "4.08.0"}
1414
"capnp-rpc-net" {= version}
15-
"cmdliner" {>= "1.1.0"}
15+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
1616
"cstruct-lwt"
1717
"astring"
1818
"fmt" {>= "0.8.7"}

packages/capnp-rpc-unix/capnp-rpc-unix.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/mirage/capnp-rpc/issues"
1212
depends: [
1313
"ocaml" {>= "5.2"}
1414
"capnp-rpc-net" {= version}
15-
"cmdliner" {>= "1.1.0"}
15+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
1616
"cstruct" {>= "6.2.0"}
1717
"astring"
1818
"fmt" {>= "0.8.7"}

packages/cppffigen/cppffigen.0.002/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"ppx_sexp_conv" { >= "v0.14.3" }
1212
"pcre" { >= "7.5.0" }
1313
"sexplib" { >= "v0.14.0" }
14-
"cmdliner" { >= "1.0.4" }
14+
"cmdliner" { >= "1.0.4" & < "2.0.0"}
1515
]
1616
build: [
1717
[make "all"]

packages/docfd/docfd.0.3.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"notty"
2121
"nottui"
2222
"lwd" {>= "0.2" & < "0.4"}
23-
"cmdliner" {>= "1.1.0"}
23+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
2424
"odoc" {with-doc}
2525
]
2626
build: [

packages/docfd/docfd.0.5.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"notty"
2121
"nottui"
2222
"lwd" {>= "0.2" & < "0.4"}
23-
"cmdliner" {>= "1.1.0"}
23+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
2424
"odoc" {with-doc}
2525
]
2626
build: [

packages/docfd/docfd.0.6.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"notty"
2121
"nottui"
2222
"lwd" {>= "0.2" & < "0.4"}
23-
"cmdliner" {>= "1.1.0"}
23+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
2424
"odoc" {with-doc}
2525
]
2626
build: [

packages/docfd/docfd.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ depends: [
4141
"notty"
4242
"nottui" {= "0.3"}
4343
"lwd"
44-
"cmdliner" {>= "1.1.0"}
44+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
4545
"eio" {>= "0.10"}
4646
"domainslib" {>= "0.5.0"}
4747
"digestif"

0 commit comments

Comments
 (0)