package activitypub_client
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
ActivityPub client in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-activitypub-0.1.0.tar.bz2
md5=332e6cab89ed63fda379aba37e00c40b
sha512=b6e5fe4948fdbe1d63227adc834c783821b609691c8db24438a8f76c5f6a2c60d1ecbd385baf1029901225abe2031d9aa994a0ed0321ea8082b3281e35552bb0
doc/activitypub_client/Activitypub_client/Conf/index.html
Module Activitypub_client.ConfSource
Client configuration
Source
type actor = {jsonld_cache_dir : string option;(*directory to cache json-ld contexts
*)cache_dir : string option;(*directory to cache remote resources
*)cache_delay : int;(*cache validity delay
*)mutable token : string option;(*token used to authenticate to server
*)media_post_iri : Iri.t option;(*IRI used to post attachment files, retrieving IRIs to use in activities
*)
}Configuration to act as an actor.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>