this repo has no description

utop < 2.12.0 is not compatible with OCaml 5.1 (compiler-libs types changed)

Kate 12e17b7e 972b5a39

Changed files
+2 -2
packages
utop
utop.2.10.0
utop.2.11.0
+1 -1
packages/utop/utop.2.10.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" & < "5.1"}
"base-unix"
"base-threads"
"ocamlfind" {>= "1.7.2"}
+1 -1
packages/utop/utop.2.11.0/opam
···
bug-reports: "https://github.com/ocaml-community/utop/issues"
doc: "https://ocaml-community.github.io/utop/"
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.1"}
"base-unix"
"base-threads"
"ocamlfind" {>= "1.7.2"}