File: control

package info (click to toggle)
gearman-server 1.09-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 100 kB
  • ctags: 76
  • sloc: perl: 775; sh: 82; makefile: 50
file content (17 lines) | stat: -rw-r--r-- 661 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: gearman-server
Section: perl
Priority: optional
Maintainer: Pascal Hakim <pasc@debian.org>
Build-Depends: debhelper (>= 5), libgearman-client-perl, libdanga-socket-perl
Standards-Version: 3.7.2

Package: gearman-server
Architecture: all
Depends: libgearman-client-perl, libdanga-socket-perl, ${perl:Depends}
Description: 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 server and Perl bindings