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 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: libpoe-component-client-mpd-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8), perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
Build-Depends-Indep: perl,
libaudio-mpd-common-perl (>= 0.1.4),
libmoose-perl (>= 0.92),
libmoosex-has-sugar-perl,
libmoosex-poe-perl,
libmoosex-semiaffordanceaccessor-perl,
libmoosex-types-perl,
libpod-coverage-trustpod-perl,
libpoe-perl,
libreadonly-perl,
libsub-exporter-perl,
libtest-corpus-audio-mpd-perl (>= 1.120990),
mpd,
net-tools,
netbase,
procps
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>, Iulian Udrea <iulian@ubuntu.com>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/POE-Component-Client-MPD/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-client-mpd-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-client-mpd-perl.git
Package: libpoe-component-client-mpd-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libaudio-mpd-common-perl (>= 0.1.4),
libmoose-perl (>= 0.92),
libmoosex-has-sugar-perl,
libmoosex-poe-perl,
libmoosex-semiaffordanceaccessor-perl,
libmoosex-types-perl,
libpoe-perl,
libreadonly-perl,
libsub-exporter-perl
Description: client library for MPD (Music Player Daemon)
POE::Component::Client::MPD is a Perl POE component module that provides a
clear message passing interface for talking to and controlling Music Player
Daemon (MPD) servers. A connection to the MPD server is established as soon
as a new object is created. Commands are then sent to the server as messages
are passed.
|