this repo has no description

Set upper bound for fmt in the current ACGtk release (it seems the dependency to fmt is now explicitly required, fmt.tty is not enough). Also set the x-maintenance-intent status

Changed files
+2 -1
packages
acgtk
acgtk.2.1.0
+2 -1
packages/acgtk/acgtk.2.1.0/opam
···
opam-version: "2.0"
maintainer: "sylvain.pogodalla@inria.fr"
+
x-maintenance-intent: ["(latest)"]
build: [
["dune" "subst"] {dev}
···
"menhir" { >= "20211230"}
"ocamlgraph"
"ANSITerminal" { >= "0.8" }
-
"fmt"
+
"fmt" { <= "0.9.0" }
"logs"
"mtime" { >= "2.0.0"}
"cmdliner" { >= "1.1.0"}