apchk.opam 744 B

12345678910111213141516171819202122232425262728293031323334
  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"
  11. ]
  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}
  19. ]
  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. ]
  32. ]
  33. dev-repo: "git+ssh://codeberg.org/seppo/seppo.git"