OASISFormat: 0.3
Name:        xapi-storage
Version:     0.1.0
Synopsis:    Xapi storage interfaces
Authors:     David Scott
License:     LGPL-2.0 with OCaml linking exception
Plugins:     META (0.3)
BuildTools:  ocamlbuild

Library storage
  CompiledObject:     best
  Path: lib
  Pack: true
  Findlibname: xapi-storage
  Modules: S, P, V, D, Channel, Cmdliner_helpers
  BuildDepends:	rpclib, cmdliner, re.str

#Executable storage_test
#  Path:               lib_test
#  MainIs:             storage_test.ml
#  Build$:             flag(tests)
#  Custom:             true
#  CompiledObject:     best
#  Install:            false
#  BuildDepends:       xapi-storage, lwt, lwt.unix, oUnit

#Test storage_test
#  Run$:               flag(tests)
#  Command:            $storage_test
#  WorkingDirectory:   lib_test
