ocaml-trace/src/fuchsia/write/dune
Simon Cruanes 43cc061096
fix build
2024-01-10 10:42:26 -05:00

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))