ocaml-trace/src/tls/dune
2026-02-26 12:33:53 -05:00

6 lines
224 B
Text

(library
(name trace_thread_local_storage)
(public_name trace.thread-local-storage)
(synopsis "Use thread-local-storage for ambient spans")
(optional) ; thread-local-storage
(libraries trace.core thread-local-storage))