OASISFormat: 0.3
Name: squeeezed
Version: 0.10.6
Synopsis: Xen host memory ballooning daemon
Authors: Dave Scott
License: LGPL-2.1 with OCaml linking exception
Plugins: META (0.3), DevFiles (0.3)
BuildTools: ocamlbuild

Library squeeze
  Path:	        lib
  Modules:      Squeeze, Memory
  BuildDepends: stdext, re, re.str, xcp, threads

Executable squeezed
  Path:            src
  CompiledObject:  best
  MainIs:          squeezed.ml
  Install:         true
  BuildDepends:    stdext, squeeze, xenctrl, xenstore, xenstore.unix, xenstore_transport, xenstore_transport.unix, rpclib, xcp, xcp.memory, rpclib.syntax, uuidm, re, re.str

Executable test
  Path:            test
  CompiledObject:  best
  MainIs:          squeeze_test_main.ml
  BuildDepends:    stdext, xenctrl, unix, squeeze
  Install:         false

Test smoke
  Command:         ./squeeze_test_main.native
  Run:             true
