My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Squashed 'ocaml-peertube/' changes from 21bc57b..f7c1d42

f7c1d42 Add git retry logic, sources registry, and configurable knot

git-subtree-dir: ocaml-peertube
git-subtree-split: f7c1d4280cbba02376632bfcf99d3faa92ba4714

+6 -6
+3 -3
dune-project
··· 3 3 4 4 (generate_opam_files true) 5 5 6 - (source (uri "https://git.recoil.org/anil.recoil.org/ocaml-peertube")) 6 + (source (uri "https://tangled.org/anil.recoil.org/ocaml-peertube")) 7 7 (license ISC) 8 8 (authors "Anil Madhavapeddy") 9 9 (maintainers "anil@recoil.org") 10 - (homepage "https://git.recoil.org/anil.recoil.org/ocaml-peertube") 11 - (bug_reports "https://git.recoil.org/anil.recoil.org/ocaml-peertube/issues") 10 + (homepage "https://tangled.org/anil.recoil.org/ocaml-peertube") 11 + (bug_reports "https://tangled.org/anil.recoil.org/ocaml-peertube/issues") 12 12 13 13 (package 14 14 (name peertube)
+3 -3
peertube.opam
··· 6 6 maintainer: ["anil@recoil.org"] 7 7 authors: ["Anil Madhavapeddy"] 8 8 license: "ISC" 9 - homepage: "https://git.recoil.org/anil.recoil.org/ocaml-peertube" 10 - bug-reports: "https://git.recoil.org/anil.recoil.org/ocaml-peertube/issues" 9 + homepage: "https://tangled.org/anil.recoil.org/ocaml-peertube" 10 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-peertube/issues" 11 11 depends: [ 12 12 "dune" {>= "3.16"} 13 13 "ocaml" {>= "5.1.0"} ··· 35 35 "@doc" {with-doc} 36 36 ] 37 37 ] 38 - dev-repo: "https://git.recoil.org/anil.recoil.org/ocaml-peertube" 38 + dev-repo: "https://tangled.org/anil.recoil.org/ocaml-peertube"