Merge pull request #27342 from Leonidas-from-XIV/vcaml-ftbfs
Vcaml does not build with OCaml 5.1
Raphaël Proust 10 months ago 52dd4d81 5a29c293
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 13 - "ocaml" {>= "4.14.0"} 13 13 + "ocaml" {>= "4.14.0" & < "5.1"} 14 14 "async" {>= "v0.16" & < "v0.17"} 15 15 "core" {>= "v0.16" & < "v0.17"} 16 16 "core_kernel" {>= "v0.16" & < "v0.17"}