Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
37302c13
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
37302c13
编写于
10月 24, 2010
作者:
J
Justin Clift
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: reformated the bindings page html markup to match other pages
上级
bac73e7f
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
51 addition
and
23 deletion
+51
-23
docs/bindings.html.in
docs/bindings.html.in
+51
-23
未找到文件。
docs/bindings.html.in
浏览文件 @
37302c13
<?
xml
version
=
"1.0"
?>
<
html
>
<
body
>
<
h1
>
Bindings
for
other
languages
</
h1
>
<p>
Libvirt comes with bindings to support other languages than
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
higher level kind of languages:
</p>
<
p
>
Libvirt
comes
with
bindings
to
support
other
languages
than
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
higher
level
kind
of
languages
:
</
p
>
<
ul
>
<li><strong>
Python
</strong>
: Libvirt comes with direct support for the Python language
(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>
<li><strong>
Perl
</strong>
: Daniel Berrange provides
<a
href=
"http://search.cpan.org/dist/Sys-Virt/"
>
bindings for
Perl
</a>
.
</li>
<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>
<li><strong>
C#
</strong>
: Arnaud Champion maintains
<a
href=
"csharp.html"
>
C# bindings
</a>
.
</li>
<li><strong>
PHP
</strong>
: Radek Hladik is developing
<a
href=
"http://phplibvirt.cybersales.cz/"
>
PHP bindings
</a>
.
</li>
<
li
>
<
strong
>
Python
</
strong
>:
Libvirt
comes
with
direct
support
for
the
Python
language
(
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
>
<
li
>
<
strong
>
Perl
</
strong
>:
Daniel
Berrange
provides
<
a
href
=
"http://search.cpan.org/dist/Sys-Virt/"
>
bindings
for
Perl
</
a
>.
</
li
>
<
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
>
<
li
>
<
strong
>
C
#</
strong
>:
Arnaud
Champion
maintains
<
a
href
=
"csharp.html"
>
C
#
bindings
</
a
>.
</
li
>
<
li
>
<
strong
>
PHP
</
strong
>:
Radek
Hladik
is
developing
<
a
href
=
"http://phplibvirt.cybersales.cz/"
>
PHP
bindings
</
a
>.
</
li
>
</
ul
>
<p>
For information on using libvirt on
<strong>
Windows
</strong>
<a
href=
"windows.html"
>
please see the Windows
support page
</a>
.
<
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
>.
</
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>
.
</p>
</
body
>
</
html
>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录