@@ -13,7 +13,7 @@ depends: [
1313 "picos_aux" {= version}
1414 "picos_std" {= version}
1515 "picos_io" {= version}
16- "picos_io_cohttp" {= version}
16+ "picos_io_cohttp" {= version & os != "openbsd" }
1717 "picos_mux" {= version}
1818 "picos_lwt" {= version}
1919 "dscheck" {>= "0.4.0"}
@@ -22,9 +22,11 @@ depends: [
2222 "qcheck-stm" {>= "0.3"}
2323 "alcotest" {>= "1.7.0" & with-test}
2424 "backoff" {>= "0.1.0" & with-test}
25- "cohttp" {>= "6.0.0~beta2" & with-test}
26- "cohttp-lwt-unix" {>= "6.0.0~beta2" & os != "win32" & with-test}
27- "conduit-lwt-unix" {>= "6.2.2" & os != "win32" & with-test}
25+ "cohttp" {>= "6.0.0~beta2" & os != "openbsd" & with-test}
26+ "cohttp-lwt-unix"
27+ {>= "6.0.0~beta2" & os != "win32" & os != "openbsd" & with-test}
28+ "conduit-lwt-unix"
29+ {>= "6.2.2" & os != "win32" & os != "openbsd" & with-test}
2830 "conf-npm"
2931 {arch != "x86_32" & arch != "riscv64" & os != "win32" & with-test}
3032 "domain_shims" {>= "0.1.0" & with-test}
@@ -34,7 +36,7 @@ depends: [
3436 "multicore-magic" {>= "2.3.0" & with-test}
3537 "multicore-magic-dscheck" {>= "2.3.0" & with-test}
3638 "ocaml-version" {>= "3.6.4" & with-test}
37- "cohttp-lwt" {>= "6.0.0~beta2" & with-test}
39+ "cohttp-lwt" {>= "6.0.0~beta2" & os != "openbsd" & with-test}
3840 "qcheck-multicoretests-util" {>= "0.3" & with-test}
3941 "uri" {>= "4.4.0" & with-test}
4042 "odoc" {>= "2.4.1" & with-doc}
0 commit comments