mte/unikernel/duniverse/ocaml-cstruct/ppx/dune
2025-11-11 02:07:51 +01:00

9 lines
194 B
Text

(library
(name ppx_cstruct)
(public_name ppx_cstruct)
(kind ppx_rewriter)
(wrapped false)
(ppx_runtime_libraries cstruct)
(preprocess
(pps ppxlib.metaquot))
(libraries sexplib ppxlib))