this repo has no description
0
fork

Configure Feed

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

Merge pull request #25836 from kit-ty-kate/fix-286

dot-merlin-reader < 4.14 is not compatible with OCaml 5.2

authored by

Anil Madhavapeddy and committed by
GitHub
bfdeb2b4 47570836

+2 -2
+1 -1
packages/dot-merlin-reader/dot-merlin-reader.4.6/opam
··· 11 11 ["dune" "build" "-p" name "-j" jobs] 12 12 ] 13 13 depends: [ 14 - "ocaml" {>= "4.08"} 14 + "ocaml" {>= "4.08" & < "5.2"} 15 15 "dune" {>= "2.9.0"} 16 16 "merlin-lib" {>= "4.6" & < "4.9"} 17 17 "ocamlfind" {>= "1.6.0"}
+1 -1
packages/dot-merlin-reader/dot-merlin-reader.4.9/opam
··· 11 11 ["dune" "build" "-p" name "-j" jobs] 12 12 ] 13 13 depends: [ 14 - "ocaml" {>= "4.08" & < "6.0"} 14 + "ocaml" {>= "4.08" & < "5.2"} 15 15 "dune" {>= "2.9.0"} 16 16 "merlin-lib" {>= "4.9" & < "4.14-502"} 17 17 "ocamlfind" {>= "1.6.0"}