Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 858 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 858 Bytes

# 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