My agentic slop goes here. Not intended for anyone else!
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml bindings for the Zulip REST API"
4description:
5 "High-quality OCaml bindings to the Zulip REST API using EIO for async operations"
6depends: [
7 "ocaml"
8 "dune" {>= "3.0"}
9 "eio"
10 "requests"
11 "uri"
12 "base64"
13 "alcotest" {with-test}
14 "eio_main" {with-test}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]