CCSDS Space Data Link Security (355.0-B-2)
0
fork

Configure Feed

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

add missing :with-test deps across batch

Sweep ocaml-scc, ocaml-scitt, ocaml-sdls, ocaml-sdnv, ocaml-sgp4,
ocaml-sle, ocaml-spake2, ocaml-sqlite, ocaml-srp to declare every
test-scope dependency that is actually used at test time.

+5 -1
+3 -1
dune-project
··· 20 20 (bitv (>= 1.0)) 21 21 (wire (>= 0.9)) 22 22 (alcotest :with-test) 23 - (mdx :with-test))) 23 + (mdx :with-test) 24 + (fsr :with-test) 25 + (nox-csv :with-test))) 24 26 25 27 (package 26 28 (name sdls-eio)
+2
sdls.opam
··· 19 19 "wire" {>= "0.9"} 20 20 "alcotest" {with-test} 21 21 "mdx" {with-test} 22 + "fsr" {with-test} 23 + "nox-csv" {with-test} 22 24 "odoc" {with-doc} 23 25 ] 24 26 build: [