Source: ruby-ffi-rzmq Section: ruby Maintainer: Debian Ruby Team Uploaders: Dmitry Borodaenko Build-Depends: debhelper-compat (= 14), gem2deb, libzmq5, rake, ruby-ffi-rzmq-core, ruby-rspec Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ffi-rzmq.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ffi-rzmq Homepage: https://github.com/chuckremes/ffi-rzmq Testsuite: autopkgtest-pkg-ruby Package: ruby-ffi-rzmq Architecture: all Description: FFI based Ruby bindings for ZeroMQ (ØMQ) networking library ØMQ is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. . ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This module wraps ØMQ using Ruby FFI (foreign function interface). It is a pure Ruby wrapper so it can be used with any Ruby runtime that supports FFI, including MRI, Rubinius and JRuby.