this repo has no description

Merge pull request #24199 from kit-ty-kate/fix-235

utop < 2.12.0 is not compatible with OCaml 5.1

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