this repo has no description

Merge pull request #21263 from kit-ty-kate/fix-43

Mark react.1.2.1 incompatible with OCaml 5.0 (uses Pervasives)

Kate 0191bcf7 5f9eca94

Changed files
+1 -1
packages
react
react.1.2.1
+1 -1
packages/react/react.1.2.1/opam
···
tags: [ "reactive" "declarative" "signal" "event" "frp" "org:erratique" ]
license: "ISC"
depends: [
-
"ocaml" {>= "4.01.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.9.0"}
···
tags: [ "reactive" "declarative" "signal" "event" "frp" "org:erratique" ]
license: "ISC"
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.9.0"}