(lang dune 3.16)
(name xapi-client)
(version 25.6.0)
(sections
 (lib /usr/lib64/opamroot/ocaml-system/lib/xapi-client)
 (libexec /usr/libexec/xenopsd/xapi-client)
 (doc /usr/doc/xapi-client))
(files
 (lib
  (META
   client.cmi
   client.cmt
   client.cmx
   client.ml
   dune-package
   event_helper.cmi
   event_helper.cmt
   event_helper.cmx
   event_helper.ml
   opam
   tasks.cmi
   tasks.cmt
   tasks.cmti
   tasks.cmx
   tasks.ml
   tasks.mli
   xapi_client.a
   xapi_client.cma
   xapi_client.cmxa))
 (libexec (xapi_client.cmxs))
 (doc (CHANGELOG LICENSE README.markdown)))
(library
 (name xapi-client)
 (kind normal)
 (archives (byte xapi_client.cma) (native xapi_client.cmxa))
 (plugins (byte xapi_client.cma) (native xapi_client.cmxs))
 (native_archives xapi_client.a)
 (requires
  mtime
  mtime.clock.os
  (re_export rpclib.core)
  xapi-consts
  xapi-log
  xapi-types
  xapi-stdext-date
  xapi-stdext-pervasives)
 (modes byte native)
 (modules
  (unwrapped
   (module
    (obj_name client)
    (visibility public)
    (source (path Client) (impl (path client.ml))))
   (module
    (obj_name event_helper)
    (visibility public)
    (source (path Event_helper) (impl (path event_helper.ml))))
   (module
    (obj_name tasks)
    (visibility public)
    (source (path Tasks) (intf (path tasks.mli)) (impl (path tasks.ml)))))))
