(lang dune 2.9)
(name xen-api-client-async)
(version 22.34.0)
(library
 (name xen-api-client-async)
 (kind normal)
 (archives (byte xen_api_client_async.cma) (native xen_api_client_async.cmxa))
 (plugins (byte xen_api_client_async.cma) (native xen_api_client_async.cmxs))
 (native_archives xen_api_client_async.a)
 (requires
  async
  async_kernel
  async_unix
  base
  cohttp
  core
  core_kernel
  rpclib.core
  rpclib.json
  rpclib.xml
  uri
  xapi-client
  xapi-consts
  xen-api-client
  xmlm)
 (modes byte native)
 (modules
  (singleton
   (name Xen_api_async_unix)
   (obj_name xen_api_async_unix)
   (visibility public)
   (impl)
   (intf))))
