0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
FFI-based Ruby bindings for the CZMQ library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

# ruby-czmq-ffi

ruby-czmq-ffi provides low-level Ruby bindings for the CZMQ library. ruby-czmq-ffi leverages the FFI mechanism, and thus should work on all the main Ruby VMs: YARV/MRI, JRuby, and Rubinius.

The ruby-czmq-ffi library was not designed to be used directly by applications, but instead to provide functions for higher-level gems such as ruby-czmq.

Installation

Stable version

You can get the stable version of ruby-czmq-ffi by installing the czmq-ffi gem from RubyGems:

gem install czmq-ffi

Development version

If you want to try the development version of ruby-czmq-ffi, instead, just place this line:

gem 'czmq-ffi', git: 'https://github.com/mtortonesi/ruby-czmq-ffi.git'

in your Gemfile and run:

bundle install

License

MIT