mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
9 lines
236 B
Text
9 lines
236 B
Text
|
|
(library
|
|
(name trace_fuchsia_write)
|
|
(public_name trace-fuchsia.write)
|
|
(synopsis "Serialization part of trace-fuchsia")
|
|
(ocamlopt_flags :standard
|
|
;-dlambda
|
|
)
|
|
(libraries trace.core threads))
|