Streaming opam file codec for OCaml
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.

+5 -1
+3 -1
dune-project
··· 26 26 (nox-loc (>= 0.1)) 27 27 (mdx :with-test) 28 28 (alcotest :with-test) 29 - (bytesrw-eio :with-test)) 29 + (bytesrw-eio :with-test) 30 + (nox-memtrace :with-test) 31 + (opam-file-format :with-test)) 30 32 )
+2
nox-opam.opam
··· 22 22 "mdx" {with-test} 23 23 "alcotest" {with-test} 24 24 "bytesrw-eio" {with-test} 25 + "nox-memtrace" {with-test} 26 + "opam-file-format" {with-test} 25 27 "odoc" {with-doc} 26 28 ] 27 29 build: [