this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26547 from kit-ty-kate/utop-ocaml-5.3

utop is not compatible with OCaml 5.3 (uses compiler-libs)

authored by

Anil Madhavapeddy and committed by
GitHub
52c8b694 b116c471

+1 -1
+1 -1
packages/utop/utop.2.14.0/opam
··· 10 10 bug-reports: "https://github.com/ocaml-community/utop/issues" 11 11 depends: [ 12 12 "dune" {>= "2.0"} 13 - "ocaml" {>= "4.11.0"} 13 + "ocaml" {>= "4.11.0" & < "5.3"} 14 14 "base-unix" 15 15 "base-threads" 16 16 "ocamlfind" {>= "1.7.2"}