CCSDS Synchronization and Channel Coding (131.0-B, 231.0-B)
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
··· 25 25 (logs (>= 0.7)) 26 26 (alcotest :with-test) 27 27 (mdx :with-test) 28 - (alcobar :with-test))) 28 + (alcobar :with-test) 29 + (eio_main :with-test) 30 + (nox-csv :with-test))) 29 31 30 32 (package 31 33 (name scc-eio)
+2
scc.opam
··· 21 21 "alcotest" {with-test} 22 22 "mdx" {with-test} 23 23 "alcobar" {with-test} 24 + "eio_main" {with-test} 25 + "nox-csv" {with-test} 24 26 "odoc" {with-doc} 25 27 ] 26 28 build: [