(lang dune 2.9)
(name cstruct-async)
(version 6.0.1)
(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_kernel cstruct async_kernel async_unix)
 (modes byte native)
 (modules
  (singleton
   (name Async_cstruct)
   (obj_name async_cstruct)
   (visibility public)
   (impl)
   (intf))))
