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 bot framework for Zulip"
4description: "Interactive bot framework built on the OCaml Zulip library"
5depends: [
6 "ocaml"
7 "dune" {>= "3.0"}
8 "zulip"
9 "eio"
10 "alcotest" {with-test}
11 "odoc" {with-doc}
12]
13build: [
14 ["dune" "subst"] {dev}
15 [
16 "dune"
17 "build"
18 "-p"
19 name
20 "-j"
21 jobs
22 "@install"
23 "@runtest" {with-test}
24 "@doc" {with-doc}
25 ]
26]