mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 04:35:46 -04:00
7 lines
272 B
Text
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))
|