mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-05-05 17:04:49 -04:00
* add Trace_lwt optional library provides a with_span that's lwt friendly, as well as a ambient span provider. * test: extract recorder used for ambient tests * tests for trace.lwt * opam
3 lines
60 B
Text
3 lines
60 B
Text
(library
|
|
(name test_trace_common)
|
|
(libraries trace.core))
|