File: control

package info (click to toggle)
libanyevent-gearman-perl 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 448 kB
  • ctags: 499
  • sloc: perl: 5,892; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,760 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
Source: libanyevent-gearman-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Marius Gavrilescu <marius@ieval.ro>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: gearman-server,
                     libany-moose-perl,
                     libanyevent-perl,
                     libgearman-client-perl,
                     libmouse-perl (>= 0.80),
                     libmousex-foreign-perl,
                     libobject-container-perl,
                     libobject-event-perl,
                     libsub-uplevel-perl,
                     libtest-base-perl,
                     libtest-deep-perl,
                     libtest-exception-perl,
                     libtest-sharedfork-perl,
                     libtest-tcp-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-gearman-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libanyevent-gearman-perl.git
Homepage: https://metacpan.org/release/AnyEvent-Gearman
Testsuite: autopkgtest-pkg-perl

Package: libanyevent-gearman-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libany-moose-perl,
         libanyevent-perl,
         libmouse-perl (>= 0.80),
         libmousex-foreign-perl,
         libobject-container-perl,
         libobject-event-perl
Description: asynchronous Gearman client/worker module for AnyEvent applications
 AnyEvent::Gearman is a module set of client/worker modules for Gearman
 for AnyEvent applications.
 .
 It provides some shortcuts for AnyEvent::Gearman::Client and
 AnyEvent::Gearman::Worker. Please read these modules' documentation for
 more details.