mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05: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))
|