mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
6 lines
224 B
Text
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))
|