File: control

package info (click to toggle)
libnet-async-mpd-perl 0.005-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 766; makefile: 6
file content (54 lines) | stat: -rw-r--r-- 2,334 bytes parent folder | download
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
47
48
49
50
51
52
53
54
Source: libnet-async-mpd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libfile-share-perl <!nocheck>,
                     libfile-sharedir-install-perl,
                     libfile-which-perl <!nocheck>,
                     libfuture-perl <!nocheck>,
                     libio-async-perl <!nocheck>,
                     libio-socket-ip-perl <!nocheck>,
                     liblog-any-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libmoox-handlesvia-perl <!nocheck>,
                     libnamespace-clean-perl <!nocheck>,
                     libpath-tiny-perl <!nocheck>,
                     librole-eventemitter-perl (>= 0.002) <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libscope-guard-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtest-tcp-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     libtype-tiny-perl <!nocheck>,
                     libtypes-path-tiny-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-async-mpd-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-async-mpd-perl.git
Homepage: https://metacpan.org/release/Net-Async-MPD
Rules-Requires-Root: no

Package: libnet-async-mpd-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfuture-perl,
         libio-async-perl,
         libio-socket-ip-perl,
         liblog-any-perl,
         libmoo-perl,
         libmoox-handlesvia-perl,
         libnamespace-clean-perl,
         librole-eventemitter-perl (>= 0.002),
         libscalar-list-utils-perl,
         libtype-tiny-perl
Description: non-blocking interface to MPD (Perl module)
 Net::Async::MPD provides a non-blocking interface to an MPD server. It
 supports all MPD commands, including command lists and waiting in idle mode
 for a change to happen.
 .
 All operations can be done using synchronous (blocking) and/or asynchronous
 (non-blocking) techniques and event handlers.