# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Zulip bot for broadcasting monorepo changes with Claude integration" description: """ Poe is a Zulip bot that broadcasts daily changelog updates from the monorepo to a configured channel. It integrates with Claude to interpret messages and can help extend its own functionality.""" maintainer: ["Anil Madhavapeddy "] authors: ["Anil Madhavapeddy"] license: "ISC" homepage: "https://tangled.org/anil.recoil.org/poe" bug-reports: "https://tangled.org/anil.recoil.org/poe/issues" depends: [ "ocaml" {>= "5.2.0"} "dune" {>= "3.21" & >= "3.20"} "eio_main" {>= "1.2"} "zulip" {>= "0.1.0"} "claude" {>= "0.1.0"} "tomlt" {>= "0.1.0"} "xdge" {>= "0.1.0"} "logs" {>= "0.7.0"} "cmdliner" {>= "1.3.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://tangled.org/anil.recoil.org/poe" x-maintenance-intent: ["(latest)"]