libcoro-perl 6.570-2 source package in Ubuntu

Changelog

libcoro-perl (6.570-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Use cross-build-compatible form of generating ARCHLIB from
    $Config{vendorarch}.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Fri, 05 Nov 2021 18:16:26 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcoro-perl_6.570-2.dsc 2.4 KiB b926acc26a77054fbd7ae864aa88b0632761b2f2a19917b90671df5c24663466
libcoro-perl_6.570.orig.tar.gz 193.5 KiB 1928e48033540e11ebf5506986dd101af78d2421d210f96599223b15d51714c6
libcoro-perl_6.570-2.debian.tar.xz 7.8 KiB 0ec07edfe48c0e5d69a3def7e4b6c133566630b8ce397717a0ff7abb45d62a95

No changes file available.

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