Licklider Transmission Protocol (CCSDS 734.1-B) for reliable DTN links
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.).

+3 -1
+2 -1
dune-project
··· 28 28 (alcotest :with-test) 29 29 (nox-csv :with-test) 30 30 (mdx :with-test) 31 - (alcobar :with-test))) 31 + (alcobar :with-test) 32 + (eio_main :with-test))) 32 33 33 34 (package 34 35 (name ltp-eio)
+1
ltp.opam
··· 21 21 "nox-csv" {with-test} 22 22 "mdx" {with-test} 23 23 "alcobar" {with-test} 24 + "eio_main" {with-test} 24 25 "odoc" {with-doc} 25 26 ] 26 27 build: [