diff options
Diffstat (limited to 'ocaml/examples/README')
-rw-r--r-- | ocaml/examples/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ocaml/examples/README b/ocaml/examples/README new file mode 100644 index 00000000..679f5063 --- /dev/null +++ b/ocaml/examples/README @@ -0,0 +1,9 @@ +This directory contains various example programs which use the OCaml +Guestfs bindings to the libguestfs API. + +As they are examples, these are licensed so they can be freely copied +and used without any restrictions. + +Tips: + +(1) To enable verbose messages, set environment variable LIBGUESTFS_DEBUG=1 |