The opam repository for my Advent of Agentic Humps 2025

sync

+6 -6
+2 -2
packages/mdns/mdns.dev/opam
··· 37 37 ] 38 38 ] 39 39 40 - dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-mdns.git" 40 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-mdns" 41 41 url { 42 - src: "git+https://tangled.org/gazagnaire.org/ocaml-mdns.git#main" 42 + src: "git+https://tangled.org/anil.recoil.org/ocaml-mdns#main" 43 43 }
+4 -4
packages/peertube/peertube.dev/opam
··· 5 5 maintainer: ["anil@recoil.org"] 6 6 authors: ["Anil Madhavapeddy"] 7 7 license: "ISC" 8 - homepage: "https://git.recoil.org/anil.recoil.org/ocaml-peertube" 9 - bug-reports: "https://git.recoil.org/anil.recoil.org/ocaml-peertube/issues" 8 + homepage: "https://tangled.org/anil.recoil.org/ocaml-peertube" 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 - dev-repo: "git+https://git.recoil.org/anil.recoil.org/ocaml-peertube.git" 38 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-peertube.git" 39 39 url { 40 - src: "git+https://git.recoil.org/anil.recoil.org/ocaml-peertube.git#main" 40 + src: "git+https://tangled.org/anil.recoil.org/ocaml-peertube.git#main" 41 41 }