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: ["jbuilder" "build" "-p" name "-j" jobs]
10depends: [
11 "ocaml" {>= "4.02.3"}
12 "jbuilder" {>= "1.0+beta7"}
13 "containers"
14 "ezjsonm" {>= "0.4.0"}
15 "ptime"
16 "tyxml"
17 "cmdliner"
18]
19synopsis: "View your Mastodon archive offline"
20url {
21 src:
22 "https://github.com/kit-ty-kate/mastodon-archive-viewer/archive/0.1.tar.gz"
23 checksum: [
24 "sha256=e411c36958e0645bf9b51cb59de4f26e3c9f57d3d0cc1c2b7faae2c02615f837"
25 "md5=441249ff5f2e5849795570b3c886fe61"
26 ]
27}