this repo has no description

Merge pull request #24907 from ocaml/mseri-patch-4

ppx_cstubs is not compatible with ocaml 5.1

Changed files
+1 -1
packages
ppx_cstubs
ppx_cstubs.0.7.0
+1 -1
packages/ppx_cstubs/ppx_cstubs.0.7.0/opam
···
"result"
"containers" {>= "2.2"}
"cppo" {build & >= "1.3"}
-
"ocaml" {>= "4.04.2"}
+
"ocaml" {>= "4.04.2" & < "5.1"}
"ppxlib" {>= "0.22.0"}
"ocamlfind" {>= "1.7.2"} # not only a build dependency, it depends on findlib.top
"dune" {>= "1.6"}