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
|
Source: gearman-server
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl, libgearman-client-perl, libdanga-socket-perl,
libtest-script-perl (>= 1.12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, gregor herrmann <gregoa@debian.org>,
Nick Morrott <knowledgejunkie@gmail.com>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/Gearman-Server
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/gearman-server.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/gearman-server.git
Testsuite: autopkgtest-pkg-perl
Package: gearman-server
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libgearman-client-perl,
libdanga-socket-perl
Description: Gearman distributed job server and Perl interface
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 even to call functions between
languages.
.
This package contains both the Gearman server as well as the corresponding
Perl bindings.
|