bindings.html.in 1.7 KB
Newer Older
1 2 3 4
<html>
  <body>
    <h1 >Bindings for other languages</h1>
    <p>Libvirt comes with bindings to support other languages than
R
Richard W.M. Jones 已提交
5 6
pure <strong>C</strong>. First the headers embeds the necessary declarations to
allow direct access from <strong>C++</strong> code, but also we have bindings for
7 8
higher level kind of languages:</p>
    <ul>
R
Richard W.M. Jones 已提交
9
      <li><strong>Python</strong>: Libvirt comes with direct support for the Python language
10 11 12
     (just make sure you installed the libvirt-python package if not
     compiling from sources). See below for more information about
     using libvirt with python</li>
R
Richard W.M. Jones 已提交
13
      <li><strong>Perl</strong>: Daniel Berrange provides <a href="http://search.cpan.org/dist/Sys-Virt/">bindings for
14
     Perl</a>.</li>
R
Richard W.M. Jones 已提交
15 16 17
      <li><strong>OCaml</strong>: Richard Jones supplies <a href="http://libvirt.org/ocaml/">bindings for OCaml</a>.</li>
      <li><strong>Ruby</strong>: David Lutterkort provides <a href="http://libvirt.org/ruby/">bindings for Ruby</a>.</li>
      <li><strong>Java</strong>: Daniel Veillard maintains <a href="java.html">Java bindings</a>.</li>
R
Richard Jones 已提交
18
      <li><strong>C#</strong>: Jarom&iacute;r &#x010C;ervenka maintains <a href="http://svn.i-tux.cz/listing.php?repname=SharpLibVirt">C# bindings here</a>.</li>
19
    </ul>
R
Richard W.M. Jones 已提交
20 21 22 23
    <p>For information on using libvirt on <strong>Windows</strong>
      <a href="windows.html">please see the Windows
        support page</a>.
    </p>
24 25 26 27 28 29 30
    <p>Support, requests or help for libvirt bindings are welcome on
the <a href="https://www.redhat.com/mailman/listinfo/libvir-list/">mailing
list</a>, as usual try to provide enough background information
and make sure you use recent version, see the <a href="bugs.html">help
page</a>.</p>
  </body>
</html>