ocaml-trace/src/dune
2023-08-19 16:53:06 -04:00

6 lines
125 B
Text

(library
(name trace)
(public_name trace)
(synopsis "Lightweight stub for tracing")
(libraries (re_export trace.core))
)