OCaml HTML5 parser/serialiser based on Python's JustHTML

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>

-12
-6
ocaml-imap/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))
-6
ocaml-zulip/examples/dune
··· 1 1 (executable 2 - (public_name echo_bot) 3 2 (name echo_bot) 4 - (package zulip) 5 3 (libraries 6 4 zulip 7 5 zulip.bot ··· 12 10 mirage-crypto-rng.unix)) 13 11 14 12 (executable 15 - (public_name atom_feed_bot) 16 13 (name atom_feed_bot) 17 - (package zulip) 18 14 (libraries zulip zulip.bot eio_main cmdliner logs logs.fmt)) 19 15 20 16 (executable 21 - (public_name regression_test) 22 17 (name regression_test) 23 - (package zulip) 24 18 (libraries zulip zulip.bot eio_main cmdliner logs logs.fmt unix))