1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libthread-serialize-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libthread-serialize-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libthread-serialize-perl.git
Homepage: https://metacpan.org/release/Thread-Serialize
Rules-Requires-Root: no
Package: libthread-serialize-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: module to serialize data-structures between threads
The Thread::Serialize module is a library for centralizing the routines used
to serialize data-structures between threads. Because of this central
location, other modules such as Thread::Conveyor, Thread::Pool or Thread::Tie
can benefit from the same optimilizations that may take place here in the
future.
|