Source: ruby-ffi-rzmq-core
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 14),
               gem2deb,
               libzmq5,
               rake,
               ruby-ffi,
               ruby-rspec
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ffi-rzmq-core.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ffi-rzmq-core
Homepage: https://github.com/chuckremes/ffi-rzmq-core
Testsuite: autopkgtest-pkg-ruby

Package: ruby-ffi-rzmq-core
Architecture: all
Depends: libzmq5
Suggests: ruby-ffi-rzmq
Description: FFI wrapper around the ZeromMQ (ØMQ) networking library for Ruby
 Ø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 package contains only the FFI wrapper for the ZeroMQ (0mq) networking
 library. It has been split from ruby-ffi-rzmq so that it can be used by any
 other ZeroMQ Ruby library that want to provide their own high-level Ruby API.
