this repo has no description
0
fork

Configure Feed

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

activitypub*: add constraints regarding stk, xtmpl

+6 -6
+2 -2
packages/activitypub_gui/activitypub_gui.0.1.0/opam
··· 12 12 "dune" {>= "3.7"} 13 13 "activitypub_client" {= version} 14 14 "omd" {>= "2.0.0~alpha4"} 15 - "stk" {>= "0.3.0"} 16 - "stk_iconv" {>= "0.3.0"} 15 + "stk" {= "0.3.0" } 16 + "stk_iconv" {= "0.3.0"} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+2 -2
packages/activitypub_server/activitypub_server.0.1.0/opam
··· 14 14 "activitypub" {= version} 15 15 "lru_cache" {>= "0.4.0"} 16 16 "webmachine" {>= "0.7.0"} 17 - "xtmpl" {>= "0.19.0"} 18 - "xtmpl_ppx" {>= "0.19.0"} 17 + "xtmpl" {>= "0.19.0" & < "1.0.0"} 18 + "xtmpl_ppx" {>= "0.19.0" & < "1.0.0"} 19 19 "odoc" {with-doc} 20 20 ] 21 21 available: os != "macos"
+2 -2
packages/activitypub_server_gui/activitypub_server_gui.0.1.0/opam
··· 11 11 "dune" {>= "3.7"} 12 12 "activitypub_server" {= version} 13 13 "activitypub_gui" {= version} 14 - "stk" {>= "0.3.0"} 15 - "stk_iconv" {>= "0.3.0"} 14 + "stk" {= "0.3.0"} 15 + "stk_iconv" {= "0.3.0"} 16 16 "odoc" {with-doc} 17 17 ] 18 18 build: [