# This file is generated by dune, edit dune-project instead opam-version: "2.0" 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" {>= "3.0"} "eio" "requests" "uri" "base64" "alcotest" {with-test} "eio_main" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ]