this repo has no description

Merge pull request #22078 from ocaml/mseri-patch-2

notty >= 0.2.0 incompatible with lwt < 2.6.0

Changed files
+4 -4
packages
notty
notty.0.2.0
notty.0.2.1
notty.0.2.2
notty.0.2.3
+1 -1
packages/notty/notty.0.2.0/opam
···
depopts: [ "lwt" ]
conflicts: [
"ocb-stubblr" {<"0.1.0"}
-
"lwt" {< "2.5.2"}
+
"lwt" {< "2.6.0"}
"lwt" {>= "5.0.0"}
]
synopsis: "Declaring terminals"
+1 -1
packages/notty/notty.0.2.1/opam
···
depopts: [ "lwt" ]
conflicts: [
"ocb-stubblr" {<"0.1.0"}
-
"lwt" {<"2.5.2"}
+
"lwt" {<"2.6.0"}
"lwt" {>= "5.0.0"}
]
synopsis: "Declaring terminals."
+1 -1
packages/notty/notty.0.2.2/opam
···
depopts: [ "lwt" ]
conflicts: [
"ocb-stubblr" {<"0.1.0"}
-
"lwt" {<"2.5.2"}
+
"lwt" {<"2.6.0"}
]
url {
+1 -1
packages/notty/notty.0.2.3/opam
···
]
depopts: [ "lwt" ]
conflicts: [
-
"lwt" {<"2.5.2"}
+
"lwt" {<"2.6.0"}
]
authors: "David Kaloper <dk505@cam.ac.uk>"
url {