Protocol Buffers codec for hand-written schemas
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
dune-project
··· 29 29 (alcotest (and (>= 1.7) :with-test)) 30 30 (alcobar :with-test) 31 31 (mdx :with-test) 32 + (nox-csv :with-test) 32 33 nox-loc))
+1
nox-protobuf.opam
··· 24 24 "alcotest" {>= "1.7" & with-test} 25 25 "alcobar" {with-test} 26 26 "mdx" {with-test} 27 + "nox-csv" {with-test} 27 28 "nox-loc" 28 29 ] 29 30 build: [