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.3.tar.gz"
24 checksum: [
25 "sha256=2b05652fa7060922b7325e413f85117e18634da8031e58696eaafd6b4a8d6877"
26 "md5=fb7bf10b950251c12a9b7dd56c6bde8e"
27 ]
28}