opam-version: "2.0" synopsis: "ActivityPub server in OCaml" description: "Activity pub server, handling client to server and server to server protocols" maintainer: "zoggy@bat8.org" authors: "Zoggy " license: "LGPL-3.0-only" homepage: "https://zoggy.frama.io/activitypub/" doc: "https://zoggy.frama.io/activitypub/" bug-reports: "https://framagit.org/zoggy/activitypub/issues" depends: [ "dune" {>= "3.7"} "ocaml" {>= "5.2.0"} "activitypub" {= version} "lru_cache" {>= "0.4.0"} "webmachine" {>= "0.7.0"} "xtmpl" {>= "0.19.0" & < "1.0.0"} "xtmpl_ppx" {>= "0.19.0" & < "1.0.0"} "odoc" {with-doc} ] available: os != "macos" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://framagit.org/zoggy/activitypub.git" url { src: "https://zoggy.frama.io/activitypub/releases/ocaml-activitypub-0.1.0.tar.bz2" checksum: [ "md5=332e6cab89ed63fda379aba37e00c40b" "sha512=b6e5fe4948fdbe1d63227adc834c783821b609691c8db24438a8f76c5f6a2c60d1ecbd385baf1029901225abe2031d9aa994a0ed0321ea8082b3281e35552bb0" ] }