relax lwt bounds

This commit is contained in:
Simon Cruanes 2026-03-13 13:44:13 -04:00
parent b2983288c2
commit ad4e889a95
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
6 changed files with 15 additions and 17 deletions

View file

@ -54,8 +54,7 @@
(depopts atomic trace thread-local-storage lwt eio picos) (depopts atomic trace thread-local-storage lwt eio picos)
(conflicts (conflicts
(trace (trace
(< 0.12)) (< 0.12)))
(lwt (< 6)))
(tags (tags
(instrumentation tracing opentelemetry datadog jaeger))) (instrumentation tracing opentelemetry datadog jaeger)))
@ -86,9 +85,9 @@
(cohttp-lwt-unix :with-test) (cohttp-lwt-unix :with-test)
(odoc :with-doc) (odoc :with-doc)
(lwt (lwt
(>= "6")) (>= "5.3"))
(lwt_ppx (lwt_ppx
(>= "6")) (>= "2.0"))
(alcotest :with-test)) (alcotest :with-test))
(tags (tags
(instrumentation tracing opentelemetry datadog lwt))) (instrumentation tracing opentelemetry datadog lwt)))
@ -129,9 +128,9 @@
(>= 0.2.3)) (>= 0.2.3))
ocurl ocurl
(lwt (lwt
(>= "6")) (>= "5.3"))
(lwt_ppx (lwt_ppx
(>= "6")) (>= "2.0"))
(alcotest :with-test)) (alcotest :with-test))
(synopsis "Collector client for opentelemetry, using ezcurl-lwt")) (synopsis "Collector client for opentelemetry, using ezcurl-lwt"))
@ -170,7 +169,7 @@
ambient-context-lwt ambient-context-lwt
(odoc :with-doc) (odoc :with-doc)
(lwt (lwt
(>= "6")) (>= "5.3"))
(cohttp (cohttp
(>= "6.0.0")) (>= "6.0.0"))
(cohttp-lwt (cohttp-lwt
@ -195,9 +194,9 @@
ambient-context-lwt ambient-context-lwt
(odoc :with-doc) (odoc :with-doc)
(lwt (lwt
(>= "6")) (>= "5.3"))
(lwt_ppx (lwt_ppx
(>= "6")) (>= "2.0"))
cohttp-lwt cohttp-lwt
cohttp-lwt-unix cohttp-lwt-unix
(alcotest :with-test) (alcotest :with-test)

View file

@ -20,8 +20,8 @@ depends: [
"opentelemetry-lwt" {= version} "opentelemetry-lwt" {= version}
"ambient-context-lwt" "ambient-context-lwt"
"odoc" {with-doc} "odoc" {with-doc}
"lwt" {>= "6"} "lwt" {>= "5.3"}
"lwt_ppx" {>= "6"} "lwt_ppx" {>= "2.0"}
"cohttp-lwt" "cohttp-lwt"
"cohttp-lwt-unix" "cohttp-lwt-unix"
"alcotest" {with-test} "alcotest" {with-test}

View file

@ -20,8 +20,8 @@ depends: [
"odoc" {with-doc} "odoc" {with-doc}
"ezcurl-lwt" {>= "0.2.3"} "ezcurl-lwt" {>= "0.2.3"}
"ocurl" "ocurl"
"lwt" {>= "6"} "lwt" {>= "5.3"}
"lwt_ppx" {>= "6"} "lwt_ppx" {>= "2.0"}
"alcotest" {with-test} "alcotest" {with-test}
] ]
build: [ build: [

View file

@ -18,7 +18,7 @@ depends: [
"opentelemetry-lwt" {= version} "opentelemetry-lwt" {= version}
"ambient-context-lwt" "ambient-context-lwt"
"odoc" {with-doc} "odoc" {with-doc}
"lwt" {>= "6"} "lwt" {>= "5.3"}
"cohttp" {>= "6.0.0"} "cohttp" {>= "6.0.0"}
"cohttp-lwt" {>= "6.0.0"} "cohttp-lwt" {>= "6.0.0"}
"alcotest" {with-test} "alcotest" {with-test}

View file

@ -19,8 +19,8 @@ depends: [
"ambient-context-lwt" "ambient-context-lwt"
"cohttp-lwt-unix" {with-test} "cohttp-lwt-unix" {with-test}
"odoc" {with-doc} "odoc" {with-doc}
"lwt" {>= "6"} "lwt" {>= "5.3"}
"lwt_ppx" {>= "6"} "lwt_ppx" {>= "2.0"}
"alcotest" {with-test} "alcotest" {with-test}
] ]
build: [ build: [

View file

@ -31,7 +31,6 @@ depends: [
depopts: ["atomic" "trace" "thread-local-storage" "lwt" "eio" "picos"] depopts: ["atomic" "trace" "thread-local-storage" "lwt" "eio" "picos"]
conflicts: [ conflicts: [
"trace" {< "0.12"} "trace" {< "0.12"}
"lwt" {< "6"}
] ]
build: [ build: [
["dune" "subst"] {dev} ["dune" "subst"] {dev}