ActivityPub in OCaml using jsont/eio/requests
0
fork

Configure Feed

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

fix

+2 -2
+1 -1
apubt.opam
··· 12 12 "dune" {>= "3.20"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "jsont" {>= "0.2.0"} 15 - "jsont-bytesrw" 15 + "bytesrw" 16 16 "eio" {>= "1.0"} 17 17 "eio_main" {>= "1.0"} 18 18 "requests" {>= "0.1.0"}
+1 -1
dune-project
··· 21 21 (depends 22 22 (ocaml (>= 5.1.0)) 23 23 (jsont (>= 0.2.0)) 24 - jsont-bytesrw 24 + bytesrw 25 25 (eio (>= 1.0)) 26 26 (eio_main (>= 1.0)) 27 27 (requests (>= 0.1.0))