Sigstore signing and verification for OCaml
0
fork

Configure Feed

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

extract mdx (libraries) field as test-scope use, declare matching deps

monopam lint: the [(mdx ...)] stanza's own [(libraries ...)] field now
surfaces as test-scope library use, alongside the existing detection of
the [mdx] stanza itself. Without this, libraries that exist solely to
satisfy README mdx blocks were flagged as unused.

Then declare the freshly-required [:with-test] dependencies across the
packages whose mdx blocks pull in extra libraries (eio_main, fmt,
requests, nox-tls, nox-csv, nox-git, nox-http, cstruct, etc.).

+2
+1
dune-project
··· 34 34 (eio (>= 1.0)) 35 35 (alcotest :with-test) 36 36 (mdx :with-test) 37 + (eio_main :with-test) 37 38 (odoc :with-doc)))
+1
sigstore.opam
··· 29 29 "eio" {>= "1.0"} 30 30 "alcotest" {with-test} 31 31 "mdx" {with-test} 32 + "eio_main" {with-test} 32 33 "odoc" {with-doc} 33 34 ] 34 35 build: [