opam-version: "2.0"
license: "MIT"
maintainer: "Kate <kit.ty.kate@disroot.org>"
authors: "Kate <kit.ty.kate@disroot.org>"
homepage: "https://github.com/kit-ty-kate/mastodon-archive-viewer"
dev-repo: "git://github.com/kit-ty-kate/mastodon-archive-viewer.git"
bug-reports: "https://github.com/kit-ty-kate/mastodon-archive-viewer/issues"
tags: ["mastodon" "ActivityPub"]
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.02.3"}
  "jbuilder"
  "containers"
  "ezjsonm" {>= "0.4.0"}
  "ptime"
  "tyxml"
  "cmdliner"
]
synopsis: "View your Mastodon archive offline"
url {
  src:
    "https://github.com/kit-ty-kate/mastodon-archive-viewer/archive/0.1.tar.gz"
  checksum: "md5=441249ff5f2e5849795570b3c886fe61"
}
