Fix some dependencies

This commit is contained in:
Shon Feder 2025-05-21 19:46:29 -04:00
parent 3f3ec8afa9
commit fc7dece94b
No known key found for this signature in database
4 changed files with 11 additions and 23 deletions

View file

@ -79,12 +79,9 @@
(>= "4.08"))
(opentelemetry
(= :version))
(cohttp-lwt-unix :with-test)
(cohttp-eio :with-test)
(odoc :with-doc)
(lwt
(>= "5.3"))
(lwt_ppx
(>= "2.0"))
eio
(alcotest :with-test))
(tags
(instrumentation tracing opentelemetry datadog lwt)))
@ -176,11 +173,7 @@
(opentelemetry
(= :version))
(odoc :with-doc)
(lwt
(>= "5.3"))
(lwt_ppx
(>= "2.0"))
cohttp-lwt
cohttp-lwt-unix
cohttp-eio
eio_main
(alcotest :with-test))
(synopsis "Collector client for opentelemetry, using cohttp + eio"))

View file

@ -17,10 +17,8 @@ depends: [
"mtime" {>= "1.4"}
"opentelemetry" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"lwt_ppx" {>= "2.0"}
"cohttp-lwt"
"cohttp-lwt-unix"
"cohttp-eio"
"eio_main"
"alcotest" {with-test}
]
build: [

View file

@ -16,10 +16,9 @@ depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
"opentelemetry" {= version}
"cohttp-lwt-unix" {with-test}
"cohttp-eio" {with-test}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"lwt_ppx" {>= "2.0"}
"eio"
"alcotest" {with-test}
]
build: [

View file

@ -2,13 +2,11 @@
(name opentelemetry_client_cohttp_eio)
(public_name opentelemetry-client-cohttp-eio)
(synopsis "Opentelemetry collector using cohttp+eio+unix")
(preprocess
(pps lwt_ppx))
(libraries
opentelemetry
lwt
cohttp-lwt
cohttp-lwt-unix
eio
cohttp-eio
eio_main
pbrt
mtime
mtime.clock.os))