The opam repository for my Advent of Agentic Humps 2025

fix

+2 -5
+2 -5
packages/peertube/peertube.dev/opam
··· 5 5 maintainer: ["anil@recoil.org"] 6 6 authors: ["Anil Madhavapeddy"] 7 7 license: "ISC" 8 - homepage: "https://github.com/avsm/ocaml-peertube" 9 - doc: "https://avsm.github.io/ocaml-peertube/" 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 - dev-repo: "git+https://github.com/avsm/ocaml-peertube.git" 35 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-peertube" 39 36 url { 40 - src: "git+https://github.com/avsm/ocaml-peertube.git#main" 37 + src: "git+https://tangled.org/anil.recoil.org/ocaml-peertube#main" 41 38 } 42 39 x-maintenance-intent: ["(latest)"]