My agentic slop goes here. Not intended for anyone else!
1(executable
2 (public_name zulip_example)
3 (name example)
4 (package zulip)
5 (libraries zulip))
6
7(executable
8 (public_name zulip_toml_example)
9 (name toml_example)
10 (package zulip)
11 (libraries zulip))
12
13(executable
14 (public_name zulip_bot_example)
15 (name bot_example)
16 (package zulip_bot)
17 (libraries zulip zulip_bot))
18
19; (executable
20; (public_name zulip_realistic_bot_example)
21; (name realistic_bot_example)
22; (package zulip_bot)
23; (libraries zulip zulip_bot unix eio eio_main toml))