1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: ruby-libvirt
Section: ruby
Priority: optional
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Uploaders:
Guido Günther <agx@sigxcpu.org>,
Build-Depends:
debhelper (>= 11~),
gem2deb (>= 0.6.0),
libvirt-daemon,
libvirt-dev,
pkg-config,
rake,
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/libvirt-team/ruby-libvirt.git
Vcs-Browser: https://salsa.debian.org/libvirt-team/ruby-libvirt
Homepage: http://libvirt.org/ruby/
XS-Ruby-Versions: all
Testsuite: autopkgtest
Package: ruby-libvirt
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends:
ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends},
Description: Ruby bindings for libvirt
This library provides Ruby bindings for using libvirt.
.
Libvirt is a toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
a long term stable C API for different virtualization mechanisms. It currently
supports QEMU, KVM, and XEN.
|