ocaml-opentelemetry/src/client-cohttp-lwt/dune
2023-06-13 22:50:52 +00:00

7 lines
272 B
Text

(library
(name opentelemetry_client_cohttp_lwt)
(public_name opentelemetry-client-cohttp-lwt)
(synopsis "Opentelemetry collector using cohttp+lwt+unix")
(preprocess (pps lwt_ppx))
(libraries opentelemetry lwt cohttp-lwt cohttp-lwt-unix pbrt mtime
mtime.clock.os))