this repo has no description

Merge pull request #23672 from tjammer/fix-ppx_cstubs-version-constraints

Fix ppx_cstubs version constraints

Kate e559d4d1 fbbbf385

Changed files
+2 -2
packages
ppx_cstubs
ppx_cstubs.0.7.0
+2 -2
packages/ppx_cstubs/ppx_cstubs.0.7.0/opam
···
]
depends: [
"bigarray-compat"
-
"ctypes" {>= "0.13.0" & < "0.21"}
+
"ctypes" {>= "0.13.0"}
"integers"
"num"
"result"
"containers" {>= "2.2"}
"cppo" {build & >= "1.3"}
-
"ocaml" {>= "4.04.2" & < "4.15"}
+
"ocaml" {>= "4.04.2"}
"ppxlib" {>= "0.22.0"}
"ocamlfind" {>= "1.7.2"} # not only a build dependency, it depends on findlib.top
"dune" {>= "1.6"}