Cmdliner terms for ergonomic logging configuration
0
fork

Configure Feed

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

opam: retag 20+ packages with canonical E915 vocabulary

Covers every package whose .opam was missing tags, misspelled a
singleton tag, or only carried a foreign org marker. The canonical
vocabulary now lives in .merlint as E915's topics: list; this pass
makes the monorepo pass E915 on the packages whose dune-project is
the source of truth.

Cleanups: drop singletons cop1/sle/sdls/uslp/s3/sdk; rename log to
logging (json-logs, vlog); add org:blacksun to formerly-Mirage-only
packages (ca-certs, tar, tls, x509, crypto-ec).

Additions to packages missing tags: cfdp-eio, cop1-eio, ltp-eio,
scc-eio, sdls-eio, sle-eio, yamlrw-eio, yamlrw-unix, ocaml-merlin,
scitt-atp, atp-lexicon-scitt, and 10 ocaml-atp subpackages.

+2 -2
+1 -1
dune-project
··· 17 17 (package 18 18 (name vlog) 19 19 (synopsis "Cmdliner terms for ergonomic logging configuration") 20 - (tags (org:blacksun log)) 20 + (tags (org:blacksun logging)) 21 21 (description 22 22 "Provides cmdliner terms for configuring the Logs library with verbosity flags (-q, -v, -vv, -vvv), RUST_LOG-style configuration (--log=level,src:level), JSON output (--json), and protocol tracing (--trace FILE).") 23 23 (depends
+1 -1
vlog.opam
··· 6 6 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 7 7 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 8 8 license: "MIT" 9 - tags: ["org:blacksun" "log"] 9 + tags: ["org:blacksun" "logging"] 10 10 homepage: "https://tangled.org/gazagnaire.org/ocaml-vlog" 11 11 bug-reports: "https://tangled.org/gazagnaire.org/ocaml-vlog/issues" 12 12 depends: [