OASISFormat: 0.3
Name:        vhd-tool
Version:     0.7.5
Synopsis:    .vhd file manipulation
Authors:     Jonathan Ludlam and David Scott
License:     LGPL-2.1 with OCaml linking exception
Plugins:     META (0.3)
BuildTools:  ocamlbuild

Flag xenserver
  Default:            false

Executable "vhd-tool"
  CompiledObject:     best
  Path:               src
  MainIs:             main.ml
  Custom:             true
  Install:            false
  BuildDepends:       lwt, lwt.unix, vhd-format, vhd-format.lwt, cmdliner, nbd, nbd.lwt, uri, cohttp, cohttp.lwt, tar, sha, sha.sha1, io-page.unix, re.str

Executable "sparse_dd"
  Build$:             flag(xenserver)
  CompiledObject:     best
  Path:               src
  MainIs:             sparse_dd.ml
  Custom:             true
  Install:            false
  BuildDepends:       lwt, lwt.unix, vhd-format, vhd-format.lwt, cmdliner, nbd, nbd.lwt, uri, cohttp, cohttp.lwt, xenstore, xenstore.client, xenstore.unix, xenstore_transport, xenstore_transport.unix, threads, tapctl, xcp, sha, sha.sha1, tar, io-page.unix, re.str
