This commit is contained in:
Simon Cruanes 2026-04-02 13:52:42 -04:00
parent 31cc90abb4
commit 7f9b7d7c83
5 changed files with 31 additions and 5 deletions

View file

@ -31,6 +31,10 @@
hmap
(odoc :with-doc)
(alcotest :with-test)
(opentelemetry-client
(and
:with-test
(= :version)))
(pbrt
(and
(>= 4.0)
@ -107,7 +111,10 @@
(ezcurl
(>= 0.2.3))
ocurl
(alcotest :with-test))
(alcotest :with-test)
(cohttp-lwt-unix :with-test)
(containers :with-test)
(logs :with-test))
(synopsis "Collector client for opentelemetry, using http + ezcurl"))
(package
@ -126,10 +133,14 @@
(>= 0.2.3))
ocurl
(lwt
(>= "5.3"))
(>= "5.7.3"))
(lwt_ppx
(>= "2.0"))
(alcotest :with-test))
ambient-context-lwt
(alcotest :with-test)
(cohttp-lwt-unix :with-test)
(containers :with-test)
(logs :with-test))
(synopsis "Collector client for opentelemetry, using ezcurl-lwt"))
(package
@ -227,5 +238,10 @@
(>= 2.0.1))
(alcotest :with-test)
(containers :with-test)
(cohttp-lwt-unix :with-test))
(cohttp-lwt-unix :with-test)
(logs :with-test)
(opentelemetry-lwt
(and
:with-test
(= :version))))
(synopsis "Collector client for opentelemetry, using cohttp + eio"))

View file

@ -23,6 +23,8 @@ depends: [
"alcotest" {with-test}
"containers" {with-test}
"cohttp-lwt-unix" {with-test}
"logs" {with-test}
"opentelemetry-lwt" {with-test & = version}
]
build: [
["dune" "subst"] {dev}

View file

@ -16,9 +16,13 @@ depends: [
"odoc" {with-doc}
"ezcurl-lwt" {>= "0.2.3"}
"ocurl"
"lwt" {>= "5.3"}
"lwt" {>= "5.7.3"}
"lwt_ppx" {>= "2.0"}
"ambient-context-lwt"
"alcotest" {with-test}
"cohttp-lwt-unix" {with-test}
"containers" {with-test}
"logs" {with-test}
]
build: [
["dune" "subst"] {dev}

View file

@ -17,6 +17,9 @@ depends: [
"ezcurl" {>= "0.2.3"}
"ocurl"
"alcotest" {with-test}
"cohttp-lwt-unix" {with-test}
"containers" {with-test}
"logs" {with-test}
]
build: [
["dune" "subst"] {dev}

View file

@ -16,6 +16,7 @@ depends: [
"hmap"
"odoc" {with-doc}
"alcotest" {with-test}
"opentelemetry-client" {with-test & = version}
"pbrt" {>= "4.0" & < "5.0"}
"pbrt_yojson" {>= "4.0" & < "5.0"}
"ambient-context" {>= "0.2"}