Merge pull request #24200 from kit-ty-kate/fix-236
acgtk.1.5.1 is not compatible with -strict-formats
Marcello Seri 2 years ago 5d01a8a9 b483fe3a
··· 12 12 install: ["dune" "install"] 13 13 14 14 depends: [ 15 15 - "ocaml" { >= "4.05.0" } 15 15 + "ocaml" { >= "4.05.0" & < "5.1" } 16 16 "dune" { >= "1.0" } 17 17 "menhir" {< "20201122"} 18 18 "ANSITerminal"