(lang dune 1.11)
(name xapi-stdext-zerocheck)
(library
 (name xapi-stdext-zerocheck)
 (kind normal)
 (archives
  (byte xapi_stdext_zerocheck.cma)
  (native xapi_stdext_zerocheck.cmxa))
 (plugins
  (byte xapi_stdext_zerocheck.cma)
  (native xapi_stdext_zerocheck.cmxs))
 (foreign_objects zerocheck_stub.o)
 (foreign_archives
  (byte libxapi_stdext_zerocheck_stubs.a)
  (native xapi_stdext_zerocheck.a libxapi_stdext_zerocheck_stubs.a))
 (main_module_name Xapi_stdext_zerocheck)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Xapi_stdext_zerocheck)
   (modules
    ((name Zerocheck)
     (obj_name xapi_stdext_zerocheck__Zerocheck)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name Xapi_stdext_zerocheck)
    (obj_name xapi_stdext_zerocheck)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
