Cmdliner terms for ergonomic logging configuration
0
fork

Configure Feed

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

Declare missing :with-test deps in dune-project + opam

Several packages had alcobar/alcotest/mdx/bytesrw/etc. used in
test/ or fuzz/ but undeclared in dune-project, leaving the opam
metadata silently incomplete. Sync the dune-project depends and
regenerate the opam files.

+3 -1
+2 -1
dune-project
··· 29 29 (ptime (>= 1.0)) 30 30 json-logs 31 31 (mdx :with-test) 32 - nox-tty)) 32 + nox-tty 33 + (alcotest :with-test)))
+1
vlog.opam
··· 19 19 "json-logs" 20 20 "mdx" {with-test} 21 21 "nox-tty" 22 + "alcotest" {with-test} 22 23 "odoc" {with-doc} 23 24 ] 24 25 build: [