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
sync
anil.recoil.org
1 month ago
e961add8
e2e9902e
0/1
build.yml
failed
2m 27s
+6
-6
2 changed files
expand all
collapse all
unified
split
packages
mdns
mdns.dev
opam
peertube
peertube.dev
opam
+2
-2
packages/mdns/mdns.dev/opam
reviewed
···
37
37
]
38
38
]
39
39
40
40
-
dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-mdns.git"
40
40
+
dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-mdns"
41
41
url {
42
42
-
src: "git+https://tangled.org/gazagnaire.org/ocaml-mdns.git#main"
42
42
+
src: "git+https://tangled.org/anil.recoil.org/ocaml-mdns#main"
43
43
}
+4
-4
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://git.recoil.org/anil.recoil.org/ocaml-peertube"
9
9
-
bug-reports: "https://git.recoil.org/anil.recoil.org/ocaml-peertube/issues"
8
8
+
homepage: "https://tangled.org/anil.recoil.org/ocaml-peertube"
9
9
+
bug-reports: "https://tangled.org/anil.recoil.org/ocaml-peertube/issues"
10
10
depends: [
11
11
"dune" {>= "3.16"}
12
12
"ocaml" {>= "5.1.0"}
···
35
35
]
36
36
]
37
37
38
38
-
dev-repo: "git+https://git.recoil.org/anil.recoil.org/ocaml-peertube.git"
38
38
+
dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-peertube.git"
39
39
url {
40
40
-
src: "git+https://git.recoil.org/anil.recoil.org/ocaml-peertube.git#main"
40
40
+
src: "git+https://tangled.org/anil.recoil.org/ocaml-peertube.git#main"
41
41
}