(lang dune 2.9)
(name eqaf)
(version 0.9)
(library
 (name eqaf)
 (kind normal)
 (archives (byte eqaf.cma) (native eqaf.cmxa))
 (plugins (byte eqaf.cma) (native eqaf.cmxs))
 (native_archives eqaf.a)
 (main_module_name Eqaf)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Eqaf)
   (modules
    ((name Eqaf) (obj_name eqaf) (visibility public) (impl) (intf))
    ((name Unsafe) (obj_name eqaf__Unsafe) (visibility public) (impl)))
   (alias_module
    (name Eqaf__)
    (obj_name eqaf__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
(library
 (name eqaf.bigstring)
 (kind normal)
 (archives
  (byte bigstring/eqaf_bigstring.cma)
  (native bigstring/eqaf_bigstring.cmxa))
 (plugins
  (byte bigstring/eqaf_bigstring.cma)
  (native bigstring/eqaf_bigstring.cmxs))
 (native_archives bigstring/eqaf_bigstring.a)
 (requires eqaf)
 (main_module_name Eqaf_bigstring)
 (modes byte native)
 (modules
  (singleton
   (name Eqaf_bigstring)
   (obj_name eqaf_bigstring)
   (visibility public)
   (impl)
   (intf))))
(library
 (name eqaf.cstruct)
 (kind normal)
 (archives (byte cstruct/eqaf_cstruct.cma) (native cstruct/eqaf_cstruct.cmxa))
 (plugins (byte cstruct/eqaf_cstruct.cma) (native cstruct/eqaf_cstruct.cmxs))
 (native_archives cstruct/eqaf_cstruct.a)
 (requires cstruct eqaf.bigstring)
 (main_module_name Eqaf_cstruct)
 (modes byte native)
 (modules
  (singleton
   (name Eqaf_cstruct)
   (obj_name eqaf_cstruct)
   (visibility public)
   (impl)
   (intf))))
