this repo has no description
1opam-version: "2.0" 2synopsis: "ActivityPub client in OCaml" 3description: 4 "Activity pub client library, to interact with an activity pub server" 5maintainer: "zoggy@bat8.org" 6authors: "Zoggy <zoggy@bat8.org>" 7license: "LGPL-3.0-only" 8homepage: "https://zoggy.frama.io/activitypub/" 9doc: "https://zoggy.frama.io/activitypub/" 10bug-reports: "https://framagit.org/zoggy/activitypub/issues" 11depends: [ 12 "dune" {>= "3.7"} 13 "activitypub" {= version} 14 "lru_cache" {>= "0.4.0"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://framagit.org/zoggy/activitypub.git" 32url { 33 src: 34 "https://zoggy.frama.io/activitypub/releases/ocaml-activitypub-0.1.0.tar.bz2" 35 checksum: [ 36 "md5=332e6cab89ed63fda379aba37e00c40b" 37 "sha512=b6e5fe4948fdbe1d63227adc834c783821b609691c8db24438a8f76c5f6a2c60d1ecbd385baf1029901225abe2031d9aa994a0ed0321ea8082b3281e35552bb0" 38 ] 39}