(lang dune 1.11)
(name cstruct)
(version 5.0.0)
(library
 (name cstruct)
 (kind normal)
 (archives (byte cstruct.cma) (native cstruct.cmxa))
 (plugins (byte cstruct.cma) (native cstruct.cmxs))
 (foreign_objects cstruct_stubs.o)
 (foreign_archives
  (byte libcstruct_stubs.a)
  (native cstruct.a libcstruct_stubs.a))
 (jsoo_runtime cstruct.js)
 (requires bigarray-compat)
 (modes byte native)
 (modules
  (unwrapped
   ((name Cstruct) (obj_name cstruct) (visibility public) (impl) (intf))
   ((name Cstruct_cap)
    (obj_name cstruct_cap)
    (visibility public)
    (impl)
    (intf)))))
