mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 12:45:45 -04:00
(dep fix) Add dependencies for lwt_ppx
This commit is contained in:
parent
3e46458499
commit
9e6c0ee433
3 changed files with 5 additions and 3 deletions
|
|
@ -32,7 +32,8 @@
|
||||||
(opentelemetry (= :version))
|
(opentelemetry (= :version))
|
||||||
(cohttp-lwt-unix :with-test)
|
(cohttp-lwt-unix :with-test)
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(lwt (>= "5.3")))
|
(lwt (>= "5.3"))
|
||||||
|
lwt_ppx)
|
||||||
(tags
|
(tags
|
||||||
(instrumentation tracing opentelemetry datadog lwt)))
|
(instrumentation tracing opentelemetry datadog lwt)))
|
||||||
|
|
||||||
|
|
@ -68,7 +69,7 @@
|
||||||
(pbrt (>= 2.2))
|
(pbrt (>= 2.2))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(lwt (>= "5.3"))
|
(lwt (>= "5.3"))
|
||||||
(lwt_ppx :with-test)
|
lwt_ppx
|
||||||
cohttp-lwt
|
cohttp-lwt
|
||||||
cohttp-lwt-unix)
|
cohttp-lwt-unix)
|
||||||
(synopsis "Collector client for opentelemetry, using cohttp + lwt"))
|
(synopsis "Collector client for opentelemetry, using cohttp + lwt"))
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ depends: [
|
||||||
"pbrt" {>= "2.2"}
|
"pbrt" {>= "2.2"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"lwt" {>= "5.3"}
|
"lwt" {>= "5.3"}
|
||||||
"lwt_ppx" {with-test}
|
"lwt_ppx"
|
||||||
"cohttp-lwt"
|
"cohttp-lwt"
|
||||||
"cohttp-lwt-unix"
|
"cohttp-lwt-unix"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ depends: [
|
||||||
"cohttp-lwt-unix" {with-test}
|
"cohttp-lwt-unix" {with-test}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"lwt" {>= "5.3"}
|
"lwt" {>= "5.3"}
|
||||||
|
"lwt_ppx"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue