File: control

package info (click to toggle)
libthread-pool-simple-perl 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 72 kB
  • ctags: 21
  • sloc: perl: 291; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,010 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
Source: libthread-pool-simple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gonéri Le Bouder <goneri@rulezlan.org>,
 gregor herrmann <gregoa@debian.org>, Damyan Ivanov <dmn@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>,
 Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Thread-Pool-Simple/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libthread-pool-simple-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libthread-pool-simple-perl/

Package: libthread-pool-simple-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
Description: Perl implementation of a simple thread pool
 Thread::Pool::Simple provides a simple thread-pool implementation without
 external dependencies outside core modules. Jobs can be submitted to and
 handled by multi-threaded 'workers' managed by the pool.