(lang dune 3.17)
(name cstruct-async)
(version 6.2.0)
(sections
 (lib /usr/lib64/ocaml/cstruct-async)
 (libexec /usr/lib64/ocaml/cstruct-async)
 (doc /usr/doc/cstruct-async))
(files
 (lib
  (META
   async_cstruct.a
   async_cstruct.cma
   async_cstruct.cmi
   async_cstruct.cmt
   async_cstruct.cmti
   async_cstruct.cmx
   async_cstruct.cmxa
   async_cstruct.ml
   async_cstruct.mli
   dune-package
   opam))
 (libexec (async_cstruct.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name cstruct-async)
 (kind normal)
 (archives (byte async_cstruct.cma) (native async_cstruct.cmxa))
 (plugins (byte async_cstruct.cma) (native async_cstruct.cmxs))
 (native_archives async_cstruct.a)
 (requires core cstruct async async_unix)
 (modes byte native)
 (modules
  (singleton
   (obj_name async_cstruct)
   (visibility public)
   (source
    (path Async_cstruct)
    (intf (path async_cstruct.mli))
    (impl (path async_cstruct.ml))))))
