Skip to content

rfestag/ruby-czmq-ffi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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

About

FFI-based Ruby bindings for CZMQ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%