3-way merge with Myers diff
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
··· 23 23 (depends 24 24 (ocaml (>= 5.1.0)) 25 25 (alcotest (and :with-test (>= 1.7.0))) 26 - (mdx :with-test))) 26 + (mdx :with-test) 27 + (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-memtrace" {with-test} 22 23 "odoc" {with-doc} 23 24 ] 24 25 build: [