this repo has no description

Merge pull request #24246 from ocaml/revert-24245-revert-24243-mark-lwt-incompatibilities

Mark existing Lwt versions as incompatible with OCaml 5.1

Changed files
+2 -2
packages
lwt
lwt.5.6.0
lwt.5.6.1
+1 -1
packages/lwt/lwt.5.6.0/opam
···
"cppo" {build & >= "1.1.0"}
"dune" {>= "1.8.0"}
"dune-configurator"
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.1"}
"ocplib-endian"
# Until https://github.com/aantron/bisect_ppx/pull/327.
+1 -1
packages/lwt/lwt.5.6.1/opam
···
"cppo" {build & >= "1.1.0"}
"dune" {>= "1.8.0"}
"dune-configurator"
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.1"}
"ocplib-endian"
# Until https://github.com/aantron/bisect_ppx/pull/327.