Merge pull request #27399 from filipeom/patch-1
Set upper bound on OCaml compiler version in flow_parser 0.246.0
Marcello Seri 10 months ago ae2fd81e 0f2d53f6
··· 7 7 8 8 build: ["dune" "build" "-p" name "-j" jobs] 9 9 depends: [ 10 10 - "ocaml" {>= "5.2.0"} 10 10 + "ocaml" {>= "5.2.0" & < "5.3"} 11 11 "dune" {>= "3.2"} 12 12 "base" {>= "v0.16.3"} 13 13 "ppxlib" {>= "0.32.1"}