this repo has no description
1opam-version: "2.0"
2license: "MIT"
3maintainer: "Kate <kit.ty.kate@disroot.org>"
4authors: "Kate <kit.ty.kate@disroot.org>"
5homepage: "https://github.com/kit-ty-kate/mastodon-archive-viewer"
6dev-repo: "git+https://github.com/kit-ty-kate/mastodon-archive-viewer.git"
7bug-reports: "https://github.com/kit-ty-kate/mastodon-archive-viewer/issues"
8tags: ["mastodon" "ActivityPub"]
9build: ["dune" "build" "-p" name "-j" jobs]
10depends: [
11 "ocaml" {>= "4.05.0"}
12 "dune"
13 "containers"
14 "ezjsonm"
15 "ptime"
16 "tyxml"
17 "cmdliner"
18 "ffmpeg" {>= "0.2.0" & < "1.0"}
19]
20synopsis: "View your Mastodon archive offline"
21url {
22 src:
23 "https://github.com/kit-ty-kate/mastodon-archive-viewer/archive/0.2.tar.gz"
24 checksum: [
25 "sha256=b79fa8bf0fd4683072cf53ce43e3f90427f1a0a558748fabacf7019b81cdd4ce"
26 "md5=cdbab060a27b1c12e5391b94e71411c8"
27 ]
28}