From: Richard Jones Date: Mon, 13 Apr 2009 18:39:39 +0000 (+0100) Subject: Describe all available bindings. X-Git-Tag: 0.9~4 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=ec89b939882564b0f7a481298e06111b7578d60d Describe all available bindings. --- diff --git a/README b/README index f32c859..d717a14 100644 --- a/README +++ b/README @@ -16,9 +16,8 @@ LVs, what filesystem is in each LV, etc.). It can also run commands in the context of the guest. Also you can access filesystems over FTP. Libguestfs is a library that can be linked with C and C++ management -programs (or management programs written in other languages, if people -contribute the language bindings). You can also use it from shell -scripts or the command line. +programs (or management programs written in OCaml, Perl or Python). +You can also use it from shell scripts or the command line. Libguestfs was written by Richard W.M. Jones (rjones@redhat.com). For discussion please use the fedora-virt mailing list: diff --git a/guestfs.pod b/guestfs.pod index 41234fd..6c01600 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -37,7 +37,7 @@ LVs, what filesystem is in each LV, etc.). It can also run commands in the context of the guest. Also you can access filesystems over FTP. Libguestfs is a library that can be linked with C and C++ management -programs (or management programs written in OCaml or Perl). +programs (or management programs written in OCaml, Perl or Python). You can also use it from shell scripts or the command line. You don't need to be root to use libguestfs, although obviously you do diff --git a/libguestfs.spec.in b/libguestfs.spec.in index f6931b7..ed982a4 100644 --- a/libguestfs.spec.in +++ b/libguestfs.spec.in @@ -57,6 +57,12 @@ programs. See also the 'guestfish' package for shell scripting and command line access. +For Perl bindings, see 'libguestfs-perl'. + +For OCaml bindings, see 'libguestfs-ocaml-devel'. + +For Python bindings, see 'libguestfs-python'. + %package devel Summary: Development tools and libraries for %{name}