(lang dune 3.5)
(name ppx_cstruct)
(version 6.1.1)
(sections
 (lib /usr/lib64/ocaml/ppx_cstruct)
 (libexec /usr/lib64/ocaml/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
   (name Ppx_cstruct)
   (obj_name ppx_cstruct)
   (visibility public)
   (impl)
   (intf))))
