We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93710e commit ff817aeCopy full SHA for ff817ae
packages/mirage/mirage.4.10.0/opam
@@ -22,8 +22,8 @@ depends: [
22
"ocaml" {with-test & < "5"}
23
"dune" {>= "2.9.0"}
24
"astring"
25
- "cmdliner" {>= "1.2.0"}
26
- "cmdliner" {with-test & >= "1.3.0"}
+ "cmdliner" {>= "1.2.0" & < "2.0.0"}
+ "cmdliner" {with-test & >= "1.3.0" & < "2.0.0"}
27
"emile" {>= "1.1"}
28
"fmt" {>= "0.8.7"}
29
"ipaddr" {>= "5.0.0"}
0 commit comments