1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: libzmq-ffi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libanyevent-perl <!nocheck>,
libclass-xsaccessor-perl <!nocheck>,
libffi-checklib-perl (>= 0.28),
libffi-platypus-perl,
libimport-into-perl <!nocheck>,
libmoo-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
libsub-exporter-perl <!nocheck>,
libsub-override-perl <!nocheck>,
libsys-sigaction-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-nowarnings-perl <!nocheck>,
libtest-warnings-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
libzmq3-dev,
perl
Standards-Version: 4.6.2
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,
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.
|