File: control

package info (click to toggle)
libgearman-client-perl 2.004.015-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: perl: 1,938; makefile: 4
file content (45 lines) | stat: -rw-r--r-- 1,625 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
Source: libgearman-client-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Nick Morrott <knowledgejunkie@gmail.com>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 gearman-server (>= 1.130.1-3~) <!nocheck>,
 libfile-which-perl <!nocheck>,
 libio-socket-ip-perl <!nocheck>,
 libio-socket-ssl-perl <!nocheck>,
 liblist-moreutils-perl <!nocheck>,
 libproc-guard-perl <!nocheck>,
 libstring-crc32-perl <!nocheck>,
 libtest-exception-perl <!nocheck>,
 libtest-tcp-perl <!nocheck>,
 libtest-timer-perl <!nocheck>,
 netbase <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgearman-client-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgearman-client-perl.git
Homepage: https://metacpan.org/release/Gearman

Package: libgearman-client-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libio-socket-ip-perl,
 libio-socket-ssl-perl,
 liblist-moreutils-perl,
 libstring-crc32-perl,
Description: client for the Gearman distributed job system
 Gearman is a system to farm out work to other machines, dispatching function
 calls to machines that are better suited to do work, to do work in parallel,
 to load balance lots of function calls, or to call functions between
 languages.
 .
 This package contains the Gearman::Client module, a client class for the
 Gearman distributed job system, providing a framework for sending jobs to one
 or more Gearman servers. For more information, see
 <URL:http://www.danga.com/gearman/>.