this repo has no description

Merge pull request #24120 from kit-ty-kate/fix-227

wasm.2.0.0 is not compatible with OCaml 5.0

Changed files
+1 -1
packages
wasm
wasm.2.0.0
+1 -1
packages/wasm/wasm.2.0.0/opam
···
]
install: [make "-C" "interpreter" "install"]
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]