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