tangled
alpha
login
or
join now
anil.recoil.org
/
aoah-opam-repo
0
fork
atom
The opam repository for my Advent of Agentic Humps 2025
0
fork
atom
overview
issues
pulls
pipelines
more
anil.recoil.org
2 months ago
301ed637
1d7405fc
+42
1 changed file
expand all
collapse all
unified
split
packages
poe
poe.dev
opam
+42
packages/poe/poe.dev/opam
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis:
3
3
+
"Zulip bot for broadcasting monorepo changes with Claude integration"
4
4
+
description: """
5
5
+
Poe is a Zulip bot that broadcasts daily changelog updates from the monorepo
6
6
+
to a configured channel. It integrates with Claude to interpret messages
7
7
+
and can help extend its own functionality."""
8
8
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
9
9
+
authors: ["Anil Madhavapeddy"]
10
10
+
license: "ISC"
11
11
+
homepage: "https://tangled.org/@anil.recoil.org/poe"
12
12
+
bug-reports: "https://tangled.org/@anil.recoil.org/poe/issues"
13
13
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/poe.git"
14
14
+
depends: [
15
15
+
"ocaml" {>= "5.2.0"}
16
16
+
"dune" {>= "3.20"}
17
17
+
"eio_main" {>= "1.2"}
18
18
+
"zulip" {>= "0.1.0"}
19
19
+
"claude" {>= "0.1.0"}
20
20
+
"tomlt" {>= "0.1.0"}
21
21
+
"xdge" {>= "0.1.0"}
22
22
+
"logs" {>= "0.7.0"}
23
23
+
"cmdliner" {>= "1.3.0"}
24
24
+
"odoc" {with-doc}
25
25
+
]
26
26
+
build: [
27
27
+
["dune" "subst"] {dev}
28
28
+
[
29
29
+
"dune"
30
30
+
"build"
31
31
+
"-p"
32
32
+
name
33
33
+
"-j"
34
34
+
jobs
35
35
+
"@install"
36
36
+
"@runtest" {with-test}
37
37
+
"@doc" {with-doc}
38
38
+
]
39
39
+
]
40
40
+
url {
41
41
+
src: "git+https://tangled.org/@anil.recoil.org/poe.git#main"
42
42
+
}