(lang dune 1.11)
(name xen-api-client-lwt)
(library
 (name xen-api-client-lwt)
 (kind normal)
 (archives (byte xen_api_client_lwt.cma) (native xen_api_client_lwt.cmxa))
 (plugins (byte xen_api_client_lwt.cma) (native xen_api_client_lwt.cmxs))
 (foreign_archives (native xen_api_client_lwt.a))
 (requires
  cohttp
  cstruct
  lwt
  lwt_ssl
  lwt.unix
  re.str
  rpclib
  rpclib.json
  uri
  xen-api-client
  xmlm)
 (modes byte native)
 (modules
  (unwrapped
   ((name Cohttp_unbuffered_io)
    (obj_name cohttp_unbuffered_io)
    (visibility public)
    (impl))
   ((name Data_channel)
    (obj_name data_channel)
    (visibility public)
    (impl)
    (intf))
   ((name Disk) (obj_name disk) (visibility public) (impl) (intf))
   ((name Xen_api_lwt_unix)
    (obj_name xen_api_lwt_unix)
    (visibility public)
    (impl)
    (intf)))))
