this repo has no description

carton: fix upper bound for cstruct (#21118)

* carton: fix upper bound for cstruct

* carton: add upper bound for cmdliner

Changed files
+2 -2
packages
carton
carton.0.2.0
+2 -2
packages/carton/carton.0.2.0/opam
···
"ke" {>= "0.4"}
"duff" {>= "0.3"}
"decompress" {>= "1.2.0" & < "1.3.0"}
-
"cstruct" {>= "5.0.0"}
+
"cstruct" {>= "5.0.0" & < "6.0.0"}
"optint" {>= "0.0.4"}
"bigstringaf" {>= "0.7.0"}
"checkseum" {>= "0.2.1"}
"logs"
"bigarray-compat"
-
"cmdliner" {>= "1.0.4"}
+
"cmdliner" {>= "1.0.4" & < "1.1.0"}
"psq" {>= "0.2.0"}
"fmt" {>= "0.8.9"}
"result"