this repo has no description

Merge pull request #24200 from kit-ty-kate/fix-236

acgtk.1.5.1 is not compatible with -strict-formats

Changed files
+1 -1
packages
acgtk
acgtk.1.5.1
+1 -1
packages/acgtk/acgtk.1.5.1/opam
···
install: ["dune" "install"]
depends: [
-
"ocaml" { >= "4.05.0" }
+
"ocaml" { >= "4.05.0" & < "5.1" }
"dune" { >= "1.0" }
"menhir" {< "20201122"}
"ANSITerminal"