Reed-Solomon error correction over GF(2^8)
0
fork

Configure Feed

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

Declare missing :with-test deps in dune-project + opam

Several packages had alcobar/alcotest/mdx/bytesrw/etc. used in
test/ or fuzz/ but undeclared in dune-project, leaving the opam
metadata silently incomplete. Sync the dune-project depends and
regenerate the opam files.

+3 -1
+2 -1
dune-project
··· 24 24 (ocaml (>= 5.1)) 25 25 (fmt (>= 0.9)) 26 26 (alcotest :with-test) 27 - (mdx :with-test))) 27 + (mdx :with-test) 28 + (alcobar :with-test)))
+1
reed-solomon.opam
··· 15 15 "fmt" {>= "0.9"} 16 16 "alcotest" {with-test} 17 17 "mdx" {with-test} 18 + "alcobar" {with-test} 18 19 "odoc" {with-doc} 19 20 ] 20 21 build: [