Source: libzmq-ffi-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libanyevent-perl , libclass-xsaccessor-perl , libffi-checklib-perl (>= 0.28), libffi-platypus-perl (>= 0.86), libimport-into-perl , libmoo-perl , libnamespace-clean-perl , libsub-exporter-perl , libsub-override-perl , libsys-sigaction-perl , libtest-deep-perl , libtest-exception-perl , libtest-nowarnings-perl , libtest-warnings-perl , libtry-tiny-perl , libzmq3-dev, perl Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libzmq-ffi-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libzmq-ffi-perl.git Homepage: https://metacpan.org/release/ZMQ-FFI Rules-Requires-Root: no Package: libzmq-ffi-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-xsaccessor-perl, libffi-checklib-perl, libffi-platypus-perl (>= 0.86), libimport-into-perl, libmoo-perl, libnamespace-clean-perl, libsub-exporter-perl, libtry-tiny-perl, libzmq3-dev Description: 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.