(dep fix) Add dependencies for lwt_ppx

This commit is contained in:
Elliott Cable 2023-06-13 22:56:09 +00:00
parent 3e46458499
commit 9e6c0ee433
3 changed files with 5 additions and 3 deletions

View file

@ -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"))

View file

@ -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"
] ]

View file

@ -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}