this repo has no description

notty 0.2.0: conflict with recent lwt (#22074)

* notty 0.2.0: conflict with recent lwt

Due to
```
the callback passed to Lwt.async must now evaluate to unit Lwt.t, rather
than _ Lwt.t (#603, requested @cfcs).
```
introduced in lwt 5.0.0

Seen on https://github.com/ocaml/opam-repository/pull/22061

* notty: all versions are incompatible with lwt >= 5.0.0

* notty 0.2.2 and 0.2.3 were fixed already

Changed files
+5 -2
packages
notty
notty.0.2.0
notty.0.2.3
+2 -1
packages/notty/notty.0.2.0/opam
···
depopts: [ "lwt" ]
conflicts: [
"ocb-stubblr" {<"0.1.0"}
-
"lwt" {<"2.5.2"}
]
synopsis: "Declaring terminals"
description: """
···
depopts: [ "lwt" ]
conflicts: [
"ocb-stubblr" {<"0.1.0"}
+
"lwt" {< "2.5.2"}
+
"lwt" {>= "5.0.0"}
]
synopsis: "Declaring terminals"
description: """
+3 -1
packages/notty/notty.0.2.3/opam
···
"uutf" {>= "1.0.0"}
]
depopts: [ "lwt" ]
-
conflicts: [ "lwt" {<"2.5.2"} ]
authors: "David Kaloper <dk505@cam.ac.uk>"
url {
src:
···
"uutf" {>= "1.0.0"}
]
depopts: [ "lwt" ]
+
conflicts: [
+
"lwt" {<"2.5.2"}
+
]
authors: "David Kaloper <dk505@cam.ac.uk>"
url {
src: