this repo has no description

Merge pull request #20942 from kit-ty-kate/fix-10

notty is not compatible with OCaml 4.14

Kate ade97363 098e6f1c

Changed files
+2 -2
packages
notty
notty.0.2.1
notty.0.2.2
+1 -1
packages/notty/notty.0.2.1/opam
···
"--with-lwt" "%{lwt:installed}%"
]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "4.14"}
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build}
+1 -1
packages/notty/notty.0.2.2/opam
···
"--with-lwt" "%{lwt:installed}%"
]
depends: [
-
"ocaml" { >= "4.05.0" }
+
"ocaml" { >= "4.05.0" & < "4.14"}
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build}