CCSDS 503.0-B Tracking Data Message parser and serializer
0
fork

Configure Feed

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

add missing :with-test deps across atp/mst/tar/tdm/tty/uniboot

Final pass on the missing :with-test sweep: declare every test-scope
dependency that is actually used in test stanzas across atp, mst,
nox-tar, tdm, nox-tty, and uniboot.

+4
+2
dune-project
··· 19 19 kvn 20 20 fmt 21 21 (mdx :with-test) 22 + (alcotest :with-test) 23 + (nox-csv :with-test) 22 24 ptime))
+2
tdm.opam
··· 13 13 "kvn" 14 14 "fmt" 15 15 "mdx" {with-test} 16 + "alcotest" {with-test} 17 + "nox-csv" {with-test} 16 18 "ptime" 17 19 "odoc" {with-doc} 18 20 ]