CCSDS AOS (Advanced Orbiting Systems) Transfer Frame for satellite downlinks
0
fork

Configure Feed

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

*: add (nox-csv :with-test) for CCSDS interop test vectors

Sweep [(nox-csv :with-test)] into 21 packages that load CSV-format
interop test vectors via [Csv.decode_file] but didn't declare
[nox-csv] as a test-scope opam dep. Most are CCSDS protocol
implementations whose [test/interop/.../test.ml] decodes vendor-
supplied vectors stored as CSV alongside the test fixtures.

ocaml-aos, ocaml-ax25, ocaml-bundle, ocaml-clcw, ocaml-cose,
ocaml-fsr, ocaml-hkdf, ocaml-merge3, ocaml-protobuf, ocaml-pus,
ocaml-reed-solomon, ocaml-rice, ocaml-s3, ocaml-space-packet,
ocaml-tc, ocaml-tcf, ocaml-tcpcl, ocaml-tm, ocaml-turbo, ocaml-uslp,
ocaml-viterbi.

Each verified by [dune build] + [dune runtest].

+2
+1
aos.opam
··· 17 17 "wire" {>= "0.1"} 18 18 "alcotest" {with-test} 19 19 "mdx" {with-test} 20 + "nox-csv" {with-test} 20 21 "alcobar" {with-test} 21 22 "fmt" {with-test} 22 23 "odoc" {with-doc}
+1
dune-project
··· 27 27 (wire (>= 0.1)) 28 28 (alcotest :with-test) 29 29 (mdx :with-test) 30 + (nox-csv :with-test) 30 31 (alcobar :with-test) 31 32 (fmt :with-test)))