mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-13 05:56:20 -04:00
Fix some dependencies
This commit is contained in:
parent
3f3ec8afa9
commit
fc7dece94b
4 changed files with 11 additions and 23 deletions
15
dune-project
15
dune-project
|
|
@ -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"))
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue