(lang dune 1.11)
(name xapi-client)
(version 1.9.80)
(library
 (name xapi-client)
 (kind normal)
 (archives (byte xapi_client.cma) (native xapi_client.cmxa))
 (plugins (byte xapi_client.cma) (native xapi_client.cmxs))
 (foreign_archives (native xapi_client.a))
 (requires mtime mtime.clock.os xapi-types xapi-stdext-date)
 (modes byte native)
 (modules
  (unwrapped
   ((name Client) (obj_name client) (visibility public) (impl))
   ((name Event_helper) (obj_name event_helper) (visibility public) (impl))
   ((name Tasks) (obj_name tasks) (visibility public) (impl) (intf)))))
