libcoro-perl 6.550-1build1 source package in Ubuntu

Changelog

libcoro-perl (6.550-1build1) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 10:47:39 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl

Downloads

File Size SHA-256 Checksum
libcoro-perl_6.550.orig.tar.gz 191.0 KiB 43d79c027170fcda4ca0ee92734605bc95e122686f5071b94d90764c81ae8a30
libcoro-perl_6.550-1build1.debian.tar.xz 7.5 KiB fcdf520d114016e206374a256b312d4544faa8040d47648cb958ae0463c0dc04
libcoro-perl_6.550-1build1.dsc 2.2 KiB 2be68d77dda6d1ebd7b8932c6e2f61f72da2632be52982c39c22a621d45e4fa2

View changes file

Binary packages built by this source

libcoro-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.
 .
 This version of Coro has been patched by the Debian Project to provide
 compatibility with Perl 5.22 and Perl 5.24. Please send bug reports to
 Debian (<https://www.debian.org/Bugs/>) and not the original author.

libcoro-perl-dbgsym: debug symbols for libcoro-perl