this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

5 packages from zoggy.frama.io/activitypub/releases/ocaml-activitypub-0.1.0.tar.bz2

+218
+54
packages/activitypub/activitypub.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "ActivityPub in OCaml" 3 + description: "Library and tools to communicate with the ActivityPub protocol" 4 + maintainer: "zoggy@bat8.org" 5 + authors: "Zoggy <zoggy@bat8.org>" 6 + license: "LGPL-3.0-only" 7 + homepage: "https://zoggy.frama.io/activitypub/" 8 + doc: "https://zoggy.frama.io/activitypub/" 9 + bug-reports: "https://framagit.org/zoggy/activitypub/issues" 10 + depends: [ 11 + "dune" {>= "3.7"} 12 + "cohttp-lwt" {>= "5.3.0"} 13 + "cryptokit" {>= "1.19"} 14 + "fmt" {>= "0.8.9"} 15 + "iri" {>= "1.0.0"} 16 + "logs" {>= "0.7.0"} 17 + "ldp" {>= "0.3.0"} 18 + "ldp_tls" {>= "0.3.0"} 19 + "lwt" {>= "5.4.0"} 20 + "lwt_ppx" {>= "2.0.3"} 21 + "ocaml" {>= "4.14.0"} 22 + "ocf" {>= "0.8.0"} 23 + "ocf_ppx" {>= "0.8.0"} 24 + "ptime" {>= "1.1.0"} 25 + "ppx_blob" {>= "0.7.2"} 26 + "rdf" {>= "1.0.0"} 27 + "rdf_json_ld" {>= "1.0.0"} 28 + "rdf_ppx" {>= "1.0.0"} 29 + "x509" {>= "1.0.3"} 30 + "odoc" {with-doc} 31 + ] 32 + build: [ 33 + ["dune" "subst"] {dev} 34 + [ 35 + "dune" 36 + "build" 37 + "-p" 38 + name 39 + "-j" 40 + jobs 41 + "@install" 42 + "@runtest" {with-test} 43 + "@doc" {with-doc} 44 + ] 45 + ] 46 + dev-repo: "git+https://framagit.org/zoggy/activitypub.git" 47 + url { 48 + src: 49 + "https://zoggy.frama.io/activitypub/releases/ocaml-activitypub-0.1.0.tar.bz2" 50 + checksum: [ 51 + "md5=332e6cab89ed63fda379aba37e00c40b" 52 + "sha512=b6e5fe4948fdbe1d63227adc834c783821b609691c8db24438a8f76c5f6a2c60d1ecbd385baf1029901225abe2031d9aa994a0ed0321ea8082b3281e35552bb0" 53 + ] 54 + }
+39
packages/activitypub_client/activitypub_client.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "ActivityPub client in OCaml" 3 + description: 4 + "Activity pub client library, to interact with an activity pub server" 5 + maintainer: "zoggy@bat8.org" 6 + authors: "Zoggy <zoggy@bat8.org>" 7 + license: "LGPL-3.0-only" 8 + homepage: "https://zoggy.frama.io/activitypub/" 9 + doc: "https://zoggy.frama.io/activitypub/" 10 + bug-reports: "https://framagit.org/zoggy/activitypub/issues" 11 + depends: [ 12 + "dune" {>= "3.7"} 13 + "activitypub" {= version} 14 + "lru_cache" {>= "0.4.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 31 + dev-repo: "git+https://framagit.org/zoggy/activitypub.git" 32 + url { 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 + }
+41
packages/activitypub_gui/activitypub_gui.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Simple ActivityPub client gui in OCaml" 3 + description: 4 + "Activity pub client GUi, to interact with an activity pub server" 5 + maintainer: "zoggy@bat8.org" 6 + authors: "Zoggy <zoggy@bat8.org>" 7 + license: "LGPL-3.0-only" 8 + homepage: "https://zoggy.frama.io/activitypub/" 9 + doc: "https://zoggy.frama.io/activitypub/" 10 + bug-reports: "https://framagit.org/zoggy/activitypub/issues" 11 + depends: [ 12 + "dune" {>= "3.7"} 13 + "activitypub_client" {= version} 14 + "omd" {>= "2.0.0~alpha4"} 15 + "stk" {>= "0.3.0"} 16 + "stk_iconv" {>= "0.3.0"} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 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+https://framagit.org/zoggy/activitypub.git" 34 + url { 35 + src: 36 + "https://zoggy.frama.io/activitypub/releases/ocaml-activitypub-0.1.0.tar.bz2" 37 + checksum: [ 38 + "md5=332e6cab89ed63fda379aba37e00c40b" 39 + "sha512=b6e5fe4948fdbe1d63227adc834c783821b609691c8db24438a8f76c5f6a2c60d1ecbd385baf1029901225abe2031d9aa994a0ed0321ea8082b3281e35552bb0" 40 + ] 41 + }
+44
packages/activitypub_server/activitypub_server.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "ActivityPub server in OCaml" 3 + description: 4 + "Activity pub server, handling client to server and server to server protocols" 5 + maintainer: "zoggy@bat8.org" 6 + authors: "Zoggy <zoggy@bat8.org>" 7 + license: "LGPL-3.0-only" 8 + homepage: "https://zoggy.frama.io/activitypub/" 9 + doc: "https://zoggy.frama.io/activitypub/" 10 + bug-reports: "https://framagit.org/zoggy/activitypub/issues" 11 + depends: [ 12 + "dune" {>= "3.7"} 13 + "ocaml" {>= "5.2.0"} 14 + "activitypub" {= version} 15 + "lru_cache" {>= "0.4.0"} 16 + "webmachine" {>= "0.7.0"} 17 + "xtmpl" {>= "0.19.0"} 18 + "xtmpl_ppx" {>= "0.19.0"} 19 + "odoc" {with-doc} 20 + ] 21 + available: os != "macos" 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://framagit.org/zoggy/activitypub.git" 37 + url { 38 + src: 39 + "https://zoggy.frama.io/activitypub/releases/ocaml-activitypub-0.1.0.tar.bz2" 40 + checksum: [ 41 + "md5=332e6cab89ed63fda379aba37e00c40b" 42 + "sha512=b6e5fe4948fdbe1d63227adc834c783821b609691c8db24438a8f76c5f6a2c60d1ecbd385baf1029901225abe2031d9aa994a0ed0321ea8082b3281e35552bb0" 43 + ] 44 + }
+40
packages/activitypub_server_gui/activitypub_server_gui.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "ActivityPub server in OCaml, admin GUI" 3 + description: "Activity pub server admin Gui" 4 + maintainer: "zoggy@bat8.org" 5 + authors: "Zoggy <zoggy@bat8.org>" 6 + license: "LGPL-3.0-only" 7 + homepage: "https://zoggy.frama.io/activitypub/" 8 + doc: "https://zoggy.frama.io/activitypub/" 9 + bug-reports: "https://framagit.org/zoggy/activitypub/issues" 10 + depends: [ 11 + "dune" {>= "3.7"} 12 + "activitypub_server" {= version} 13 + "activitypub_gui" {= version} 14 + "stk" {>= "0.3.0"} 15 + "stk_iconv" {>= "0.3.0"} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://framagit.org/zoggy/activitypub.git" 33 + url { 34 + src: 35 + "https://zoggy.frama.io/activitypub/releases/ocaml-activitypub-0.1.0.tar.bz2" 36 + checksum: [ 37 + "md5=332e6cab89ed63fda379aba37e00c40b" 38 + "sha512=b6e5fe4948fdbe1d63227adc834c783821b609691c8db24438a8f76c5f6a2c60d1ecbd385baf1029901225abe2031d9aa994a0ed0321ea8082b3281e35552bb0" 39 + ] 40 + }