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 28da75a commit c9f8ed0Copy full SHA for c9f8ed0
packages/mirage/mirage.4.10.1/opam
@@ -19,10 +19,11 @@ build: [
19
20
depends: [
21
"ocaml" {>= "4.13.0"}
22
+ "ocaml" {with-test & < "5"}
23
"dune" {>= "2.9.0"}
24
"astring"
- "cmdliner" {>= "1.2.0"}
25
- "cmdliner" {with-test & >= "1.3.0"}
+ "cmdliner" {>= "1.2.0" & < "2.0.0"}
26
+ "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