libio-async-loop-epoll-perl 0.22-1 source package in Ubuntu

Changelog

libio-async-loop-epoll-perl (0.22-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on liblinux-epoll-perl.
    + libio-async-loop-epoll-perl: Drop versioned constraint on
      liblinux-epoll-perl in Depends.

  [ Florian Schlichting ]
  * Import upstream version 0.22.
  * Update copyright years
  * Declare compliance with Debian Policy 4.5.1

 -- Florian Schlichting <email address hidden>  Tue, 17 Aug 2021 20:09:24 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-async-loop-epoll-perl_0.22-1.dsc 2.4 KiB 26c6d11a37a1e6b78e0fd6b1000c10feb2bcf5611b3d1d887f7bab75108e1983
libio-async-loop-epoll-perl_0.22.orig.tar.gz 16.2 KiB 65709769fa74a3d67e880051cbef9804558e0aba30e5703e9b6e32d51488a3e4
libio-async-loop-epoll-perl_0.22-1.debian.tar.xz 3.2 KiB bc61ca67b351861a3fd9f44186ac090b0946bf89e57094aa0de4a2e809601155

Available diffs

No changes file available.

Binary packages built by this source

libio-async-loop-epoll-perl: Perl extension for an event loop using epoll

 IO::Async::Loop::Epoll is a Perl module that provides an implementation of
 an event loop that uses the epoll() system call. The epoll system call, which
 is currently only available on Linux, scales in constant O(1) time. For many
 open filehandles, you will get significantly better performance using this
 algorithm.
 .
 It uses the IO::Epoll (libio-epoll-perl) module for this functionality.