mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-05-05 17:04:49 -04:00
8 lines
167 B
Text
8 lines
167 B
Text
|
|
(library
|
|
(name ppx_trace)
|
|
(public_name ppx_trace)
|
|
(kind ppx_rewriter)
|
|
(preprocess (pps ppxlib.metaquot))
|
|
(ppx_runtime_libraries trace.core)
|
|
(libraries ppxlib))
|