upstream: https://github.com/mirage/ocaml-mbr
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
··· 31 31 (wire (>= 0.1)) 32 32 (alcotest :with-test) 33 33 (mdx :with-test) 34 - (alcobar :with-test))) 34 + (alcobar :with-test) 35 + cmdliner))
+1
mbr.opam
··· 22 22 "alcotest" {with-test} 23 23 "mdx" {with-test} 24 24 "alcobar" {with-test} 25 + "cmdliner" 25 26 "odoc" {with-doc} 26 27 ] 27 28 build: [