mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
15 lines
364 B
Text
15 lines
364 B
Text
(library
|
|
(name opentelemetry_ambient_context)
|
|
(public_name opentelemetry.ambient-context)
|
|
(synopsis
|
|
"Abstraction over thread-local storage and fiber-local storage mechanisms")
|
|
(private_modules hmap_key_)
|
|
(libraries
|
|
thread-local-storage
|
|
threads
|
|
atomic
|
|
opentelemetry.ambient-context.types
|
|
(select
|
|
hmap_key_.ml
|
|
from
|
|
(-> hmap_key_.new.ml))))
|