virt-df
----------------------------------------------------------------------

Copyright (C) 2007-2008 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/ocaml/
http://libvirt.org/

'df' for virtual domains.

Building from source
----------------------------------------------------------------------

  ./configure           # Checks that you have all the required bits.

  make all		# Builds the bytecode version of libs/programs.
  make opt		# Builds the native code version of libs/programs.

  make install          # Install in OCaml directory, and the binaries
       			# in $prefix/bin.

Then have a look at the program 'virt-df/virt-df.opt'.

Requirements (for building from source)
----------------------------------------------------------------------

  ocaml >= 3.10.0
  extlib
  libvirt >= 0.2.1
  ocaml-libvirt
  xml-light
  bitmatch >= 1.9.5

Optional:

  ocaml-gettext >= 0.3.0
  ocaml-csv

License
----------------------------------------------------------------------

The 'diskimage' mini library is licensed under LGPL v2 or above with
the OCaml linking exception.  See COPYING.LIB for details.

The programs are licensed under GPL v2 or above.  See COPYING for
details.
