bindings.html.in 3.1 KB
Newer Older
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE html>
3
<html xmlns="http://www.w3.org/1999/xhtml">
4 5
  <body>
    <h1 >Bindings for other languages</h1>
6 7

    <p>
8 9
      Libvirt supports C and C++ directly, and has bindings available
      for other languages:
10 11
    </p>

12
    <ul>
13
      <li>
14 15
        <strong>C#</strong>: Arnaud Champion develops
        <a href="csharp.html">C# bindings</a>.
16
      </li>
17
     <li>
18 19
        <strong>Go</strong>: Daniel Berrange develops
        <a href="https://godoc.org/github.com/libvirt/libvirt-go">Go bindings</a>.
20
      </li>
21
      <li>
22 23
        <strong>Java</strong>: Daniel Veillard develops
        <a href="java.html">Java bindings</a>.
24 25
      </li>
      <li>
26 27
        <strong>OCaml</strong>: Richard Jones develops
        <a href="http://libvirt.org/ocaml/">OCaml bindings</a>.
28 29
      </li>
      <li>
30 31
        <strong>Perl</strong>: Daniel Berrange develops
        <a href="http://search.cpan.org/dist/Sys-Virt/">Perl bindings</a>.
32 33
      </li>
      <li>
34
        <p>
35
          <strong>PHP</strong>: Radek Hladik started developing
36
          <a href="http://libvirt.org/php">PHP bindings</a> in 2010.
37 38
        </p>
        <p>
39 40
          In February 2011 the binding development has been moved to the libvirt.org website as
          libvirt-php project.
41 42
        </p>
        <p>
43
          The project is now maintained by Michal Novotny and it's heavily based
44 45 46
          on Radek's version. For more information, including
          information on posting patches to libvirt-php, please refer
          to the <a href="http://libvirt.org/php">PHP bindings</a> site.
47
        </p>
48 49
      </li>
      <li>
50
        <p>
51 52 53 54
          <strong>Python</strong>: Libvirt's python bindings are split to a
          separate <a href="http://libvirt.org/git/?p=libvirt-python.git">package</a>
          since version 1.2.0, older versions came with direct support for the
          Python language.
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
        </p>
        <p>
          If your libvirt is installed as packages, rather than compiled
          by you from source code, ensure you have the appropriate
          package installed.
        </p>
        <p>
          This is named <b>libvirt-python</b> on RHEL/Fedora,
          <a href="http://packages.ubuntu.com/search?keywords=python-libvirt"><b>python-libvirt</b></a>
          on Ubuntu, and may be named differently on others.
        </p>
        <p>
          For usage information, see the
          <a href="python.html">Python API bindings</a> page.
        </p>
70 71
      </li>
      <li>
72
        <strong>Ruby</strong>: Chris Lalancette develops
73
        <a href="http://libvirt.org/ruby/">Ruby bindings</a>.
74
      </li>
75
    </ul>
76 77 78 79 80 81 82 83 84 85 86

    <p>
      For information on using libvirt on <strong>Windows</strong>
      <a href="windows.html">please see the Windows support page</a>.
    </p>

    <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>.
R
Richard W.M. Jones 已提交
87
    </p>
88

89 90
  </body>
</html>