(lang dune 3.20)
(name xapi-stdext-zerocheck)
(version 26.1.3)
(sections
 (lib /usr/lib64/opamroot/ocaml-system/lib/xapi-stdext-zerocheck)
 (libexec /usr/libexec/xenopsd/xapi-stdext-zerocheck)
 (doc /usr/doc/xapi-stdext-zerocheck)
 (stublibs /usr/lib64/opamroot/ocaml-system/lib/stublibs))
(files
 (lib
  (META
   dune-package
   libxapi_stdext_zerocheck_stubs.a
   opam
   xapi_stdext_zerocheck.a
   xapi_stdext_zerocheck.cma
   xapi_stdext_zerocheck.cmi
   xapi_stdext_zerocheck.cmt
   xapi_stdext_zerocheck.cmx
   xapi_stdext_zerocheck.cmxa
   xapi_stdext_zerocheck.ml
   xapi_stdext_zerocheck__Zerocheck.cmi
   xapi_stdext_zerocheck__Zerocheck.cmt
   xapi_stdext_zerocheck__Zerocheck.cmti
   xapi_stdext_zerocheck__Zerocheck.cmx
   zerocheck.ml
   zerocheck.mli))
 (libexec (xapi_stdext_zerocheck.cmxs))
 (doc (CHANGELOG LICENSE README.markdown))
 (stublibs (dllxapi_stdext_zerocheck_stubs.so)))
(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
  (archives (for all) (files libxapi_stdext_zerocheck_stubs.a)))
 (foreign_dll_files ../stublibs/dllxapi_stdext_zerocheck_stubs.so)
 (native_archives xapi_stdext_zerocheck.a)
 (main_module_name Xapi_stdext_zerocheck)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name xapi_stdext_zerocheck)
     (visibility public)
     (kind alias)
     (source
      (path Xapi_stdext_zerocheck)
      (impl (path xapi_stdext_zerocheck.ml-gen))))
    (name Xapi_stdext_zerocheck)
    (modules
     (module
      (obj_name xapi_stdext_zerocheck__Zerocheck)
      (visibility public)
      (source
       (path Zerocheck)
       (intf (path zerocheck.mli))
       (impl (path zerocheck.ml))))))
   (wrapped true))))
