ocaml-opentelemetry/tests/bin/dune
Simon Cruanes 3f9bd94837
format
2022-05-12 11:54:06 -04:00

10 lines
262 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))