mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -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))
|
||||
(cohttp-lwt-unix :with-test)
|
||||
(odoc :with-doc)
|
||||
(lwt (>= "5.3")))
|
||||
(lwt (>= "5.3"))
|
||||
lwt_ppx)
|
||||
(tags
|
||||
(instrumentation tracing opentelemetry datadog lwt)))
|
||||
|
||||
|
|
@ -68,7 +69,7 @@
|
|||
(pbrt (>= 2.2))
|
||||
(odoc :with-doc)
|
||||
(lwt (>= "5.3"))
|
||||
(lwt_ppx :with-test)
|
||||
lwt_ppx
|
||||
cohttp-lwt
|
||||
cohttp-lwt-unix)
|
||||
(synopsis "Collector client for opentelemetry, using cohttp + lwt"))
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ depends: [
|
|||
"pbrt" {>= "2.2"}
|
||||
"odoc" {with-doc}
|
||||
"lwt" {>= "5.3"}
|
||||
"lwt_ppx" {with-test}
|
||||
"lwt_ppx"
|
||||
"cohttp-lwt"
|
||||
"cohttp-lwt-unix"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ depends: [
|
|||
"cohttp-lwt-unix" {with-test}
|
||||
"odoc" {with-doc}
|
||||
"lwt" {>= "5.3"}
|
||||
"lwt_ppx"
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue