mte/unikernel/duniverse/ocaml-cstruct/ppx/dune

10 lines
194 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(library
(name ppx_cstruct)
(public_name ppx_cstruct)
(kind ppx_rewriter)
(wrapped false)
(ppx_runtime_libraries cstruct)
(preprocess
(pps ppxlib.metaquot))
(libraries sexplib ppxlib))