this repo has no description

Merge pull request #20031 from kit-ty-kate/utop-414

utop is not compatible with OCaml 4.14

Kate 9f70f46e 34514d60

Changed files
+1 -1
packages
utop
utop.2.8.0
+1 -1
packages/utop/utop.2.8.0/opam
···
bug-reports: "https://github.com/ocaml-community/utop/issues"
doc: "https://ocaml-community.github.io/utop/"
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "4.14"}
"base-unix"
"base-threads"
"ocamlfind" {>= "1.7.2"}