OASISFormat: 0.3
Name:        xenops
Version:     0.9.5
Synopsis:    Various Xen operations
Authors:     Vincent Hanquez, Dave Scott, Jon Ludlam
License:     LGPL-2.1 with OCaml linking exception
Plugins:     META (0.3)
BuildTools:  ocamlbuild

Library xenops
  CompiledObject:     best
  Path:               src
  Findlibname:        xenops
  Modules:            Io, Memory, Netman, Statdev, Xenops_helpers, Xenstore_watch
  ByteOpt:            -bin-annot
  NativeOpt:          -bin-annot
  BuildDepends:       xcp, xenctrl, xenstore, xenstore_transport.unix, uuid, xenstore-compat, threads
  CSources:           statdev_stubs.c
  CCOpt:              -Wno-unused-function -g -ggdb

Executable list_domains
  CompiledObject:     best
  Path:               list_domains
  MainIs:             list_domains.ml
  Install:            false
  ByteOpt:            -bin-annot
  NativeOpt:          -bin-annot
  BuildDepends:       xenops

