tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-peertube
0
fork
atom
OCaml bindings to the Peertube ActivityPub video sharing API
0
fork
atom
overview
issues
pulls
pipelines
metadata
anil.recoil.org
1 month ago
9d090378
887d2806
+7
-6
2 changed files
expand all
collapse all
unified
split
dune-project
peertube.opam
+2
-2
dune-project
···
1
1
-
(lang dune 3.17)
1
1
+
(lang dune 3.21)
2
2
(name peertube)
3
3
4
4
(generate_opam_files true)
5
5
6
6
-
(source (github avsm/ocaml-peertube))
6
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
9
-
homepage: "https://github.com/avsm/ocaml-peertube"
10
10
-
bug-reports: "https://github.com/avsm/ocaml-peertube/issues"
9
9
+
homepage: "https://tangled.org/anil.recoil.org/ocaml-peertube"
10
10
+
bug-reports: "https://tangled.org/anil.recoil.org/ocaml-peertube/issues"
11
11
depends: [
12
12
-
"dune" {>= "3.17"}
12
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
42
-
dev-repo: "git+https://github.com/avsm/ocaml-peertube.git"
42
42
+
dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-peertube"
43
43
+
x-maintenance-intent: ["(latest)"]