this repo has no description

activitypub*: add constraints regarding stk, xtmpl

Changed files
+6 -6
packages
activitypub_gui
activitypub_gui.0.1.0
activitypub_server
activitypub_server.0.1.0
activitypub_server_gui
activitypub_server_gui.0.1.0
+2 -2
packages/activitypub_gui/activitypub_gui.0.1.0/opam
···
"dune" {>= "3.7"}
"activitypub_client" {= version}
"omd" {>= "2.0.0~alpha4"}
-
"stk" {>= "0.3.0"}
-
"stk_iconv" {>= "0.3.0"}
+
"stk" {= "0.3.0" }
+
"stk_iconv" {= "0.3.0"}
"odoc" {with-doc}
]
build: [
+2 -2
packages/activitypub_server/activitypub_server.0.1.0/opam
···
"activitypub" {= version}
"lru_cache" {>= "0.4.0"}
"webmachine" {>= "0.7.0"}
-
"xtmpl" {>= "0.19.0"}
-
"xtmpl_ppx" {>= "0.19.0"}
+
"xtmpl" {>= "0.19.0" & < "1.0.0"}
+
"xtmpl_ppx" {>= "0.19.0" & < "1.0.0"}
"odoc" {with-doc}
]
available: os != "macos"
+2 -2
packages/activitypub_server_gui/activitypub_server_gui.0.1.0/opam
···
"dune" {>= "3.7"}
"activitypub_server" {= version}
"activitypub_gui" {= version}
-
"stk" {>= "0.3.0"}
-
"stk_iconv" {>= "0.3.0"}
+
"stk" {= "0.3.0"}
+
"stk_iconv" {= "0.3.0"}
"odoc" {with-doc}
]
build: [