this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 (#27605)

authored by

Marcello Seri and committed by
GitHub
2d9cf904 acf898b6

+2 -1
+2 -1
packages/acgtk/acgtk.2.1.0/opam
··· 1 1 opam-version: "2.0" 2 2 maintainer: "sylvain.pogodalla@inria.fr" 3 + x-maintenance-intent: ["(latest)"] 3 4 4 5 build: [ 5 6 ["dune" "subst"] {dev} ··· 14 15 "menhir" { >= "20211230"} 15 16 "ocamlgraph" 16 17 "ANSITerminal" { >= "0.8" } 17 - "fmt" 18 + "fmt" { <= "0.9.0" } 18 19 "logs" 19 20 "mtime" { >= "2.0.0"} 20 21 "cmdliner" { >= "1.1.0"}