(lang dune 2.7)
(name ppx_cstruct)
(version 6.0.0)
(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 bigarray stdlib-shims)
 (ppx_runtime_deps cstruct stdlib-shims)
 (modes byte native)
 (modules
  (singleton
   (name Ppx_cstruct)
   (obj_name ppx_cstruct)
   (visibility public)
   (impl)
   (intf))))
