IMAP in OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove public_name/package from test and example executables

These executables are internal tests and examples that should not be
installed as public binaries.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

-6
-6
test/integration/dune
··· 9 9 10 10 (executable 11 11 (name imaptest_scripted_main) 12 - (public_name imaptest-scripted) 13 - (package imap) 14 12 (modules imaptest_scripted_main) 15 13 (libraries imaptest_lib imap eio eio_main tls-eio mirage-crypto-rng.unix)) 16 14 17 15 (executable 18 16 (name imaptest_stress_main) 19 - (public_name imaptest-stress) 20 - (package imap) 21 17 (modules imaptest_stress_main) 22 18 (libraries imaptest_lib imap eio eio_main tls-eio mirage-crypto-rng.unix)) 23 19 24 20 (executable 25 21 (name imaptest) 26 - (public_name imaptest) 27 - (package imap) 28 22 (modules imaptest) 29 23 (libraries imaptest_lib imap eio eio_main tls-eio mirage-crypto-rng.unix cmdliner))