OASISFormat: 0.2
Name:        xenstore_clients
Version:     0.9.2
Synopsis:    Unix tools for accessing xenstore
Authors:     Dave Scott
License:     LGPL-2.1 with OCaml linking exception
Plugins:     META (0.2)
BuildTools:  ocamlbuild

Library xenstore_transport
  CompiledObject:     best
  Path:               lib
  Findlibname:        xenstore_transport
  Modules:            Xs_transport
  BuildDepends:       xenstore

Library xenstore_transport_lwt_unix
  CompiledObject:     best
  Path:               lib
  Findlibname:        lwt
  Findlibparent:      xenstore_transport
  Modules:            Xs_transport_lwt_unix_client, Xs
  BuildDepends:       lwt, lwt.unix, xenstore, xenstore_transport, xenstore.client

Library xenstore_transport_unix
  CompiledObject:     best
  Path:               lib
  Findlibname:        unix
  Findlibparent:      xenstore_transport
  Modules:            Xs_transport_unix_client
  BuildDepends:       unix, xenstore, xenstore_transport

Executable xs
  CompiledObject:     best
  Path:               cli
  MainIs:             xs_client_cli.ml
  Custom:             true
  Install:            false
  BuildDepends:       lwt, lwt.unix, xenstore, xenstore.client, xenstore_transport, xenstore_transport.lwt

Executable xsbench
  CompiledObject:     best
  Path:               bench
  MainIs:             xs_bench.ml
  Custom:             true
  Install:            false
  BuildDepends:       lwt, lwt.unix, xenstore, xenstore.client, xenstore_transport, xenstore_transport.lwt
