backup: Wire up qemu full pull backup commands over QMP
[libvirt/ericb.git] / docs / bindings.html.in
blob46930cd6f6e9d9c4e3d36dc251862563e2d6ffa6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html>
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <body>
5 <h1 >Bindings for other languages and integration API modules</h1>
7 <p>
8 Libvirt supports C and C++ directly, and has bindings available
9 for other languages:
10 </p>
12 <ul>
13 <li>
14 <strong>C#</strong>: Arnaud Champion develops
15 <a href="csharp.html">C# bindings</a>.
16 </li>
17 <li>
18 <strong>Go</strong>: Daniel Berrange develops
19 <a href="https://godoc.org/github.com/libvirt/libvirt-go">Go bindings</a>.
20 </li>
21 <li>
22 <strong>Java</strong>: Daniel Veillard develops
23 <a href="java.html">Java bindings</a>.
24 </li>
25 <li>
26 <strong>OCaml</strong>: Richard Jones develops
27 <a href="https://libvirt.org/ocaml/">OCaml bindings</a>.
28 </li>
29 <li>
30 <strong>Perl</strong>: Daniel Berrange develops
31 <a href="http://search.cpan.org/dist/Sys-Virt/">Perl bindings</a>.
32 </li>
33 <li>
34 <p>
35 <strong>PHP</strong>: Radek Hladik started developing
36 <a href="https://libvirt.org/php">PHP bindings</a> in 2010.
37 </p>
38 <p>
39 In February 2011 the binding development has been moved to the libvirt.org website as
40 libvirt-php project.
41 </p>
42 <p>
43 The project is now maintained by Michal Novotny and it's heavily based
44 on Radek's version. For more information, including
45 information on posting patches to libvirt-php, please refer
46 to the <a href="https://libvirt.org/php">PHP bindings</a> site.
47 </p>
48 </li>
49 <li>
50 <p>
51 <strong>Python</strong>: Libvirt's python bindings are split to a
52 separate <a href="https://libvirt.org/git/?p=libvirt-python.git">package</a>
53 since version 1.2.0, older versions came with direct support for the
54 Python language.
55 </p>
56 <p>
57 If your libvirt is installed as packages, rather than compiled
58 by you from source code, ensure you have the appropriate
59 package installed.
60 </p>
61 <p>
62 This is named <b>libvirt-python</b> on RHEL/Fedora,
63 <a href="http://packages.ubuntu.com/search?keywords=python-libvirt"><b>python-libvirt</b></a>
64 on Ubuntu, and may be named differently on others.
65 </p>
66 <p>
67 For usage information, see the
68 <a href="python.html">Python API bindings</a> page.
69 </p>
70 </li>
71 <li>
72 <strong>Ruby</strong>: Chris Lalancette develops
73 <a href="https://libvirt.org/ruby/">Ruby bindings</a>.
74 </li>
75 </ul>
77 <p>
78 Integration API modules:
79 </p>
81 <ul>
82 <li>
83 <strong>D-Bus</strong>: Pavel Hrdina develops
84 <a href="dbus.html">D-Bus API</a>.
85 </li>
86 </ul>
88 <p>
89 For information on using libvirt on <strong>Windows</strong>
90 <a href="windows.html">please see the Windows support page</a>.
91 </p>
93 <p>
94 Support, requests or help for libvirt bindings are welcome on the
95 <a href="https://www.redhat.com/mailman/listinfo/libvir-list/">mailing list</a>,
96 as usual try to provide enough background information and make sure
97 you use recent version, see the <a href="bugs.html">help page</a>.
98 </p>
100 </body>
101 </html>