3-way merge with Myers diff
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
··· 24 24 (ocaml (>= 5.1.0)) 25 25 (alcotest (and :with-test (>= 1.7.0))) 26 26 (mdx :with-test) 27 + (nox-csv :with-test) 27 28 (nox-memtrace :with-test)))
+1
merge3.opam
··· 19 19 "ocaml" {>= "5.1.0"} 20 20 "alcotest" {with-test & >= "1.7.0"} 21 21 "mdx" {with-test} 22 + "nox-csv" {with-test} 22 23 "nox-memtrace" {with-test} 23 24 "odoc" {with-doc} 24 25 ]