TCP/TLS connection pooling for Eio
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
+1
conpool.opam
··· 19 19 "cmdliner" 20 20 "mdx" {with-test} 21 21 "odoc" {with-doc} 22 + "eio_main" {with-test} 22 23 ] 23 24 build: [ 24 25 ["dune" "subst"] {dev}
+2 -1
dune-project
··· 23 23 fmt 24 24 cmdliner 25 25 (mdx :with-test) 26 - (odoc :with-doc))) 26 + (odoc :with-doc) 27 + (eio_main :with-test)))