this repo has no description
0
fork

Configure Feed

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

Add missing logs dependency on current.0.{2-3} (#27602).

+2
+1
packages/current/current.0.2/opam
··· 31 31 "cmdliner" 32 32 "sqlite3" 33 33 "duration" 34 + "logs" {< "0.8.0"} 34 35 "prometheus" 35 36 "dune" {>= "1.9"} 36 37 "re" {>= "1.9.0"}
+1
packages/current/current.0.3/opam
··· 32 32 "sqlite3" 33 33 "duration" 34 34 "prometheus" 35 + "logs" {< "0.8.0"} 35 36 "dune" {>= "2.0"} 36 37 "re" {>= "1.9.0"} 37 38 "lwt-dllist"