this repo has no description

Upper-bound disabling ocaml-in-python for OCaml 5.0

Changed files
+1 -1
packages
ocaml-in-python
ocaml-in-python.0.1.0
+1 -1
packages/ocaml-in-python/ocaml-in-python.0.1.0/opam
···
bug-reports: "https://github.com/thierry-martinez/ocaml-in-python"
depends: [
"dune" {>= "2.9"}
-
"ocaml" {>= "4.13.0"}
+
"ocaml" {>= "4.13.0" & < "5.0"}
"ppxlib" {>= "0.23.0" & < "0.26.0"}
"metapp" {>= "0.4.3"}
"metaquot" {>= "0.5.1"}