this repo has no description
0
fork

Configure Feed

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

Add fmt constraint on acgtk 1.5.0 and 2.0.0 (complements #27605)

Spotted in #27602.

+2 -2
+1 -1
packages/acgtk/acgtk.1.5.0/opam
··· 16 16 "dune" {>= "1.1"} 17 17 "menhir" 18 18 "ANSITerminal" 19 - "fmt" 19 + "fmt" {< "0.10.0"} 20 20 "logs" 21 21 "mtime" {>= "1.0.0" & < "2.0.0"} 22 22 "cairo2"
+1 -1
packages/acgtk/acgtk.2.0.0/opam
··· 14 14 "menhir" { >= "20211230"} 15 15 "ocamlgraph" 16 16 "ANSITerminal" { >= "0.8" } 17 - "fmt" 17 + "fmt" {< "0.10.0"} 18 18 "logs" 19 19 "mtime" { >= "2.0.0"} 20 20 "cmdliner" { >= "1.1.0"}