(lang dune 2.9)
(name ppx_cstruct)
(version 6.1.1)
(library
 (name ppx_cstruct)
 (kind ppx_rewriter)
 (archives (byte ppx_cstruct.cma) (native ppx_cstruct.cmxa))
 (plugins (byte ppx_cstruct.cma) (native ppx_cstruct.cmxs))
 (native_archives ppx_cstruct.a)
 (requires sexplib ppxlib.ast ppxlib)
 (ppx_runtime_deps cstruct)
 (modes byte native)
 (modules
  (singleton
   (name Ppx_cstruct)
   (obj_name ppx_cstruct)
   (visibility public)
   (impl)
   (intf))))
