ocaml-opentelemetry/tests/bin/dune
2022-03-25 10:56:35 +00:00

9 lines
259 B
Text

(executable
(name emit1)
(modules emit1)
(libraries unix opentelemetry opentelemetry-client-ocurl))
(executable
(name cohttp_client)
(modules cohttp_client)
(libraries cohttp-lwt-unix opentelemetry opentelemetry-client-ocurl opentelemetry-cohttp-lwt))