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
|
Source: libsys-virt-perl
Section: perl
Priority: optional
Build-Depends:
debhelper (>= 11),
libcpan-changes-perl,
libmodule-build-perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
libvirt-daemon,
libvirt-dev (>= 5.0.0~),
libxml-xpath-perl,
perl,
pkg-config
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 4.3.0
Homepage: https://metacpan.org/release/Sys-Virt
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsys-virt-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsys-virt-perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libsys-virt-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl module providing an extension for the libvirt library
The Sys::Virt module provides a Perl XS binding to the libvirt virtual
machine management APIs. This allows machines running within arbitrary
virtualization containers to be managed with a consistent API.
.
For further details on libvirt consult its website http://libvirt.org/
|