mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-09 20:33:34 -04:00
This changes trace-tef to depend on trace-core instead of trace, to avoid clashing with the toplevel's Trace module when starting utop.
6 lines
199 B
Text
6 lines
199 B
Text
|
|
(library
|
|
(name trace_tef)
|
|
(public_name trace-tef)
|
|
(synopsis "Simple and lightweight tracing using TEF/Catapult format, in-process")
|
|
(libraries trace.core mtime mtime.clock.os unix threads))
|