libzmq-ffi-perl 1.19-1 source package in Ubuntu

Changelog

libzmq-ffi-perl (1.19-1) unstable; urgency=medium

  * Import upstream version 1.19.
    Remove deprecated `when` keyword.
    Closes: #1040530
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <email address hidden>  Fri, 04 Aug 2023 17:50:15 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libzmq-ffi-perl_1.19-1.dsc 2.7 KiB 65ee79d065ea6d11e945434ad0e74ce760c71cc211d0abe461a0fa9ffdaf2fbe
libzmq-ffi-perl_1.19.orig.tar.gz 56.6 KiB dc68f9407e58a23f79aa5254941f11204e5386fb1a6c1def412f9448f723b24f
libzmq-ffi-perl_1.19-1.debian.tar.xz 2.9 KiB 1d79a1f160036eb761377aa721f48935bfb5c478baa3bf45da66c606e14ab999

Available diffs

No changes file available.

Binary packages built by this source

libzmq-ffi-perl: version agnostic Perl bindings for zeromq using ffi

 ZMQ::FFI exposes a high level, transparent, OO interface to zeromq
 independent of the underlying libzmq version. Where semantics differ, it will
 dispatch to the appropriate backend for you. As it uses ffi, there is no
 dependency on XS or compilation. As of 1.00 ZMQ::FFI is implemented using
 FFI::Platypus.