ocaml-opentelemetry/tests/bin/dune
Shon Feder 8d1cb1ac9f
Duplicate lwt client code
The port to eio will be evolved on top of this basis.
2025-05-28 14:25:30 -04:00

33 lines
621 B
Text

(executable
(name emit1)
(modules emit1)
(libraries unix opentelemetry opentelemetry-client-ocurl))
(executable
(name emit1_cohttp)
(modules emit1_cohttp)
(preprocess
(pps lwt_ppx))
(libraries
unix
opentelemetry
opentelemetry-lwt
opentelemetry-client-cohttp-lwt
lwt.unix))
(executable
(name cohttp_client)
(modules cohttp_client)
(libraries
cohttp-lwt-unix
opentelemetry
opentelemetry-client-cohttp-lwt
opentelemetry-cohttp-lwt))
(executable
(name cohttp_client_eio)
(modules cohttp_client_eio)
(libraries
opentelemetry
opentelemetry-client-cohttp-eio
opentelemetry-cohttp-lwt))