upstream: github.com/mirleft/ocaml-x509
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 (nox-kdf (>= 1.0.0)) 35 35 (ohex (>= 0.2.0)) 36 36 (mdx :with-test) 37 + (cstruct :with-test) 37 38 (ipaddr (>= 5.2.0))) 38 39 (conflicts (result (< 1.5))))
+1
nox-x509.opam
··· 29 29 "nox-kdf" {>= "1.0.0"} 30 30 "ohex" {>= "0.2.0"} 31 31 "mdx" {with-test} 32 + "cstruct" {with-test} 32 33 "ipaddr" {>= "5.2.0"} 33 34 "odoc" {with-doc} 34 35 ]