OCaml viewer: Handle exceptions properly.
[libguestfs.git] / ocaml / examples / README
1 This directory contains various example programs which use the OCaml
2 Guestfs bindings to the libguestfs API.
3
4 As they are examples, these are licensed so they can be freely copied
5 and used without any restrictions.
6
7 Note that 'viewer' needs some OCaml packages which aren't checked for
8 by default by the ./configure script.  Read the comments at the top of
9 the source for more details.
10
11 Tips:
12
13 (1) To enable verbose messages, set environment variable LIBGUESTFS_DEBUG=1