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 server for running multiple Zulip bots" 4description: 5 "HTTP server for running multiple Zulip bots with webhook support" 6depends: [ 7 "ocaml" 8 "dune" {>= "3.0"} 9 "zulip" 10 "zulip_bot" 11 "eio" 12 "requests" 13 "alcotest" {with-test} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29]