(lang dune 1.11)
(name ppx_cstruct)
(version 5.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))
 (foreign_archives (native ppx_cstruct.a))
 (requires
  sexplib
  ocaml-migrate-parsetree
  ppx_tools_versioned
  ppx_tools_versioned.metaquot_404
  bigarray)
 (ppx_runtime_deps cstruct)
 (modes byte native)
 (modules
  (singleton
   (name Ppx_cstruct)
   (obj_name ppx_cstruct)
   (visibility public)
   (impl)
   (intf))))
