OCaml example: graphical disk usage viewer.
authorRichard Jones <rich@koneko.home.annexia.org>
Sat, 26 Sep 2009 11:45:37 +0000 (12:45 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Tue, 29 Sep 2009 10:05:26 +0000 (11:05 +0100)
commit4c8bdd342450aad1f49a44a009eae015a44f9572
tree7a225ab4fca4b2b5f08c0ac58c990bc3ebd34feb
parentf8a96c659616b4e88bb2e6af8e23deea3bd96f0c
OCaml example: graphical disk usage viewer.

This is an example of how to write an app which uses libguestfs
and libvirt, and has a responsive user interface (using threads).
It is a Gtk-based "graphical virt-df".

Read the top of the 'viewer.ml' file first for instructions on
how to compile.  This program is not compiled by default.
.gitignore
configure.ac
ocaml/examples/LICENSE
ocaml/examples/Makefile.am
ocaml/examples/README
ocaml/examples/Throbber.gif [new file with mode: 0644]
ocaml/examples/Throbber.png [new file with mode: 0644]
ocaml/examples/viewer.ml [new file with mode: 0644]