OCaml bindings to the Peertube ActivityPub video sharing API

metadata

+7 -6
+2 -2
dune-project
··· 1 - (lang dune 3.17) 1 + (lang dune 3.21) 2 2 (name peertube) 3 3 4 4 (generate_opam_files true) 5 5 6 - (source (github avsm/ocaml-peertube)) 6 + (source (tangled anil.recoil.org/ocaml-peertube)) 7 7 (license ISC) 8 8 (authors "Anil Madhavapeddy <anil@recoil.org>") 9 9 (maintainers "Anil Madhavapeddy <anil@recoil.org>")
+5 -4
peertube.opam
··· 6 6 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7 7 authors: ["Anil Madhavapeddy <anil@recoil.org>"] 8 8 license: "ISC" 9 - homepage: "https://github.com/avsm/ocaml-peertube" 10 - bug-reports: "https://github.com/avsm/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 - "dune" {>= "3.17"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1"} 14 14 "openapi" {>= "0.1"} 15 15 "requests" {>= "0.1"} ··· 39 39 "@doc" {with-doc} 40 40 ] 41 41 ] 42 - dev-repo: "git+https://github.com/avsm/ocaml-peertube.git" 42 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-peertube" 43 + x-maintenance-intent: ["(latest)"]