(lang dune 3.0) (name ocaml-zulip) (package (name zulip) (synopsis "OCaml bindings for the Zulip REST API") (description "High-quality OCaml bindings to the Zulip REST API using EIO for async operations") (depends ocaml dune eio cohttp-eio tls-eio jsonm uri base64 toml (alcotest :with-test) (eio_main :with-test))) (package (name zulip_bot) (synopsis "OCaml bot framework for Zulip") (description "Interactive bot framework built on the OCaml Zulip library") (depends ocaml dune zulip eio toml (alcotest :with-test))) (package (name zulip_botserver) (synopsis "OCaml bot server for running multiple Zulip bots") (description "HTTP server for running multiple Zulip bots with webhook support") (depends ocaml dune zulip zulip_bot eio cohttp-eio (alcotest :with-test)))