tests++
[Seppo.git] / apchk.opam
blob29f252fe98b58f5554baeb4f08f87663da9914f0
1 # This file is generated by dune, edit dune-project instead
2 opam-version: "2.0"
3 version: "0.4"
4 synopsis: "Webfinger & ActivityPub checker"
5 description: "checker cgi to self-host without a hassle."
6 maintainer: ["Marcus Rohrmoser <work@mro.name>"]
7 authors: ["The #Seppo programmers"]
8 license: "GPL-3.0-only"
9 tags: [
10   "Social" "Web" "#Fediverse" "ActivityPub" "RFC7033" "RFC3875" "Checker"
12 homepage: "Seppo.Social"
13 bug-reports: "Seppo.Social/issues"
14 depends: [
15   "dune" {>= "3.0"}
16   "crunch" {with-doc}
17   "ocp-indent" {with-doc}
18   "odoc" {with-doc}
20 build: [
21   [
22     "dune"
23     "build"
24     "-p"
25     name
26     "-j"
27     jobs
28     "@install"
29     "@runtest" {with-test}
30     "@doc" {with-doc}
31   ]
33 dev-repo: "git+ssh://codeberg.org/seppo/seppo.git"