libcoro-perl_5.170-1_i386.changes is NEW

Archive Administrator installer at ftp-master.debian.org
Wed Sep 2 17:32:40 UTC 2009


(new) libcoro-perl_5.170-1.diff.gz optional perl
(new) libcoro-perl_5.170-1.dsc optional perl
(new) libcoro-perl_5.170-1_i386.deb optional perl
Perl framework implementing coroutines
 Coro is a collection of modules which manages continuations in general, most
 often in the form of cooperative threads (also called coros, or simply "coro"
 in the documentation). They do not actually execute at the same time, even on
 machines with multiple processors.
 .
 The specific flavor of thread offered by this module also guarantees you that
 it will not switch between threads unless necessary. It switches at easily-
 identified points in your program, so locking and parallel access are rarely
 an issue, making threaded programming much safer and easier than using other
 threading models.
 .
 Coro provides a full shared address space, which makes communication between
 threads very easy. A parallel matrix multiplication benchmark runs over 300
 times faster on a single core than perl's ithreads on a quad core using all
 four cores.
(new) libcoro-perl_5.170.orig.tar.gz optional perl
Changes: libcoro-perl (5.170-1) unstable; urgency=low
 .
  * Initial Release. (Closes: #536551)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 536551 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list