12345678910111213141516171819202122232425262728293031323334 |
- # This file is generated by dune, edit dune-project instead
- opam-version: "2.0"
- version: "0.5"
- synopsis: "Webfinger & ActivityPub checker"
- description: "checker cgi to self-host without a hassle."
- maintainer: ["Marcus Rohrmoser <work@mro.name>"]
- authors: ["The #Seppo programmers"]
- license: "GPL-3.0-only"
- tags: [
- "Social" "Web" "#Fediverse" "ActivityPub" "RFC7033" "RFC3875" "Checker"
- ]
- homepage: "Seppo.Social"
- bug-reports: "Seppo.Social/issues"
- depends: [
- "dune" {>= "3.0"}
- "crunch" {with-doc}
- "ocp-indent" {with-doc}
- "odoc" {with-doc}
- ]
- build: [
- [
- "dune"
- "build"
- "-p"
- name
- "-j"
- jobs
- "@install"
- "@runtest" {with-test}
- "@doc" {with-doc}
- ]
- ]
- dev-repo: "git+ssh://codeberg.org/seppo/seppo.git"
|