this repo has no description

lwt_react.1.0.1 is not compatible with OCaml 5.0 (uses Stream/oasis)

Kate c46d49bc 1ee5cfd1

Changed files
+1 -1
packages
lwt_react
lwt_react.1.0.1
+1 -1
packages/lwt_react/lwt_react.1.0.1/opam
···
["ocamlfind" "remove" "lwt_react"]
]
depends: [
-
"ocaml"
"lwt" {>= "3.0.0"}
"react" {>= "1.0.0"}
]
···
["ocamlfind" "remove" "lwt_react"]
]
depends: [
+
"ocaml" {< "5.0"}
"lwt" {>= "3.0.0"}
"react" {>= "1.0.0"}
]