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
fix
anil.recoil.org
2 months ago
685fd376
44dd6511
0/1
build.yml
failed
3m 52s
+2
-5
1 changed file
expand all
collapse all
unified
split
packages
peertube
peertube.dev
opam
+2
-5
packages/peertube/peertube.dev/opam
reviewed
···
5
5
maintainer: ["anil@recoil.org"]
6
6
authors: ["Anil Madhavapeddy"]
7
7
license: "ISC"
8
8
-
homepage: "https://github.com/avsm/ocaml-peertube"
9
9
-
doc: "https://avsm.github.io/ocaml-peertube/"
10
10
-
bug-reports: "https://github.com/avsm/ocaml-peertube/issues"
11
8
depends: [
12
9
"dune" {>= "3.16"}
13
10
"ocaml" {>= "5.1.0"}
···
35
32
"@doc" {with-doc}
36
33
]
37
34
]
38
38
-
dev-repo: "git+https://github.com/avsm/ocaml-peertube.git"
35
35
+
dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-peertube"
39
36
url {
40
40
-
src: "git+https://github.com/avsm/ocaml-peertube.git#main"
37
37
+
src: "git+https://tangled.org/anil.recoil.org/ocaml-peertube#main"
41
38
}
42
39
x-maintenance-intent: ["(latest)"]