(lang dune 3.20)
(name ppx_cstruct)
(sections
 (lib /usr/lib/s390x-linux-gnu/ocaml/5.4.0/ppx_cstruct)
 (libexec /usr/lib/s390x-linux-gnu/ocaml/5.4.0/ppx_cstruct)
 (doc /usr/doc/ppx_cstruct))
(files
 (lib
  (META
   dune-package
   opam
   ppx_cstruct.a
   ppx_cstruct.cma
   ppx_cstruct.cmi
   ppx_cstruct.cmt
   ppx_cstruct.cmti
   ppx_cstruct.cmx
   ppx_cstruct.cmxa
   ppx_cstruct.ml
   ppx_cstruct.mli))
 (libexec (ppx.exe ppx_cstruct.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(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
   (obj_name ppx_cstruct)
   (visibility public)
   (source
    (path Ppx_cstruct)
    (intf (path ppx_cstruct.mli))
    (impl (path ppx_cstruct.ml))))))
