(lang dune 2.7)
(name cstruct-unix)
(version 6.0.0)
(library
 (name cstruct-unix)
 (kind normal)
 (archives (byte cstruct_unix.cma) (native cstruct_unix.cmxa))
 (plugins (byte cstruct_unix.cma) (native cstruct_unix.cmxs))
 (native_archives cstruct_unix.a)
 (requires cstruct bigarray unix)
 (modes byte native)
 (modules
  (singleton
   (name Unix_cstruct)
   (obj_name unix_cstruct)
   (visibility public)
   (impl)
   (intf))))
