summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rich@koneko.local>2010-01-02 19:46:20 +0000
committerRichard Jones <rjones@redhat.com>2010-01-02 21:55:17 +0000
commitc0e4b5dc693cefdc81a4ec7cc1073a2cae371803 (patch)
tree07cc21debde09942704b9faa0589ff5840c997b7 /README
parentd3c615c2d6167e6f0ae4d23b2902ea08a66a11ae (diff)
downloadlibguestfs-c0e4b5dc693cefdc81a4ec7cc1073a2cae371803.tar.gz
libguestfs-c0e4b5dc693cefdc81a4ec7cc1073a2cae371803.tar.xz
libguestfs-c0e4b5dc693cefdc81a4ec7cc1073a2cae371803.zip
Experimental C# bindings.
Tested in only limited situations, with Mono on Linux.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 8e8be596..ad04884b 100644
--- a/README
+++ b/README
@@ -16,8 +16,9 @@ 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, Perl, Python, Ruby, Java
-or Haskell). You can also use it from shell scripts or the command line.
+programs (or management programs written in OCaml, Perl, Python, Ruby,
+Java, Haskell or C#). You can also use it from shell scripts or the
+command line.
Libguestfs was written by Richard W.M. Jones (rjones@redhat.com) and
hacked on by lots of other people. For discussion, development,