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
|
Source: libnet-dbus-perl
Section: perl
Priority: optional
Maintainer: Jack Bates <ms419@freezone.co.uk>
Build-Depends: debhelper (>= 8), libtest-pod-coverage-perl, libtest-pod-perl,
libxml-twig-perl, perl, libdbus-1-dev
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Net-DBus/
Vcs-Browser: https://github.com/jablko/debian/tree/master/libnet-dbus-perl
Vcs-Git: https://github.com/jablko/debian.git
Package: libnet-dbus-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libxml-twig-perl,
perl
Description: Extension for the DBus bindings
Net::DBus provides a Perl API for the DBus message system. The DBus Perl
interface is currently operating against the 0.32 development version of
DBus, but should work with later versions too, providing the API changes have
not been too drastic.
.
Users of this package are either typically, service providers in which case
the Net::DBus::Service and Net::DBus::Object modules are of most relevance,
or are client consumers, in which case Net::DBus::RemoteService and
Net::DBus::RemoteObject are of most relevance.
|