Skip to content

Commit

Permalink
Merge pull request #26693 from zoggy/opam-publish-activitypub.0.1.0
Browse files Browse the repository at this point in the history
5 packages from zoggy.frama.io/activitypub/releases/ocaml-activitypub-0.1.0.tar.bz2
  • Loading branch information
mseri authored Oct 14, 2024
2 parents 724948a + 5b6b732 commit eeae27e
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 0 deletions.
54 changes: 54 additions & 0 deletions packages/activitypub/activitypub.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
opam-version: "2.0"
synopsis: "ActivityPub in OCaml"
description: "Library and tools to communicate with the ActivityPub protocol"
maintainer: "[email protected]"
authors: "Zoggy <[email protected]>"
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"}
"cohttp-lwt" {>= "5.3.0"}
"cryptokit" {>= "1.19"}
"fmt" {>= "0.8.9"}
"iri" {>= "1.0.0"}
"logs" {>= "0.7.0"}
"ldp" {>= "0.3.0"}
"ldp_tls" {>= "0.3.0"}
"lwt" {>= "5.4.0"}
"lwt_ppx" {>= "2.0.3"}
"ocaml" {>= "4.14.0"}
"ocf" {>= "0.8.0"}
"ocf_ppx" {>= "0.8.0"}
"ptime" {>= "1.1.0"}
"ppx_blob" {>= "0.7.2"}
"rdf" {>= "1.0.0"}
"rdf_json_ld" {>= "1.0.0"}
"rdf_ppx" {>= "1.0.0"}
"x509" {>= "1.0.3"}
"odoc" {with-doc}
]
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"
]
}
39 changes: 39 additions & 0 deletions packages/activitypub_client/activitypub_client.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis: "ActivityPub client in OCaml"
description:
"Activity pub client library, to interact with an activity pub server"
maintainer: "[email protected]"
authors: "Zoggy <[email protected]>"
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"}
"activitypub" {= version}
"lru_cache" {>= "0.4.0"}
"odoc" {with-doc}
]
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"
]
}
41 changes: 41 additions & 0 deletions packages/activitypub_gui/activitypub_gui.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Simple ActivityPub client gui in OCaml"
description:
"Activity pub client GUi, to interact with an activity pub server"
maintainer: "[email protected]"
authors: "Zoggy <[email protected]>"
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"}
"activitypub_client" {= version}
"omd" {>= "2.0.0~alpha4"}
"stk" {>= "0.3.0"}
"stk_iconv" {>= "0.3.0"}
"odoc" {with-doc}
]
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"
]
}
44 changes: 44 additions & 0 deletions packages/activitypub_server/activitypub_server.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "ActivityPub server in OCaml"
description:
"Activity pub server, handling client to server and server to server protocols"
maintainer: "[email protected]"
authors: "Zoggy <[email protected]>"
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"}
"xtmpl_ppx" {>= "0.19.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"
]
}
40 changes: 40 additions & 0 deletions packages/activitypub_server_gui/activitypub_server_gui.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "ActivityPub server in OCaml, admin GUI"
description: "Activity pub server admin Gui"
maintainer: "[email protected]"
authors: "Zoggy <[email protected]>"
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"}
"activitypub_server" {= version}
"activitypub_gui" {= version}
"stk" {>= "0.3.0"}
"stk_iconv" {>= "0.3.0"}
"odoc" {with-doc}
]
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"
]
}

0 comments on commit eeae27e

Please sign in to comment.