We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478fb68 commit ac52defCopy full SHA for ac52def
packages/cca/cca.0.7/opam
@@ -16,16 +16,17 @@ depends: [
16
"camlp-streams"
17
"cohttp"
18
"camlzip"
19
+ "cmdliner" {>= "1.0.0" & < "2"}
20
"cryptokit"
21
"csv"
22
"num"
23
"git-unix" {>= "3.9.1"}
24
"menhir" {>= "20220210"}
25
"ocamlnet"
26
"pxp"
- "uuidm"
27
+ "uuidm" {< "0.9.9"}
28
"volt"
- "mtime" {>= "2.0"}
29
+ "mtime" {>= "2.0" & < "2.1"}
30
]
31
conflicts: [
32
"mirage-mtime" {>= "5.0.0"}
0 commit comments