CCSDS Frame Security Report (FSR)
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
··· 15 15 (wire (>= 0.9)) 16 16 (fmt (>= 0.9)) 17 17 (alcotest :with-test) 18 - (mdx :with-test))) 18 + (mdx :with-test) 19 + (alcobar :with-test)))
+1
fsr.opam
··· 14 14 "fmt" {>= "0.9"} 15 15 "alcotest" {with-test} 16 16 "mdx" {with-test} 17 + "alcobar" {with-test} 17 18 "odoc" {with-doc} 18 19 ] 19 20 build: [