Project
Reverse Dependencies for ffi
The projects listed here declare ffi as a runtime or development dependency
0.01
Wraps the nanomsg networking library using the ruby FFI (foreign
function interface). It only exposes the native C API to Ruby. Other gems should use this gem
to build an API using Ruby idioms.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Oklahoma Mixer is a intended to be an all inclusive wrapper for Tokyo Cabinet.
It provides Rubyish interfaces for all database types and supports the full
range of features provided.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
OpenFeature Flipt Provider for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
A FFI wrapper around the OpenSCAP library.
Currently it provides only subset of libopenscap functionality.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
PasteHub is cloud-based cross-platform clipboard sync.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
A benchmark tool for all rubies!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
FFI Bindings for the Phidget Library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Ruby gem for using PiFace Extension Board (and Raspberry Pi)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
Ruby client for PlanetScale Databases
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
FFI wrapper around portable semaphore library with mutex and condition vars built on top.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
leader election with zeromq for ruby using widely available leader election algorithms, similar to gen_leader erlang project in essence
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
A Ruby RabbitMQ client library based on FFI bindings for librabbitmq.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
raylib is a simple and easy-to-use C library for enjoying videogames programming. This gem provides Ruby language bindings for raylib, making it easier to develop games in Ruby using raylib.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Rbind is developed to automatically generate ruby bindings for OpenCV but is not tight to this library.This gem is still under heavy development and the API might change in the future.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Ruby binding to Termbox, a ncurses alternative.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
ffi-opengl is an autogenerated[1] ruby FFI interface towards OpenGL libraries (GL, GLU, GLUT). The FFI layer ensures compatibility among all Ruby implementation that support it. At the moment, this means that you can run the same ffi-opengl script with MRI Ruby and JRuby. ffi-opengl API aims to be a 1:1 tranposition of the OpenGL C API: don't expect idiomatic ruby inside!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
A management tool for resque workers. Allows spinning up and managing resque workers across multiple machines sharing the same Redis server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
ruby method describer to make it possible to inspect methods [rdoc, signature, etc.] at runtime, for example while debugging or in irb.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
RightAgent provides a foundation for running an agent on a server to interface
in a secure fashion with other agents in the RightScale system using RightNet,
which operates in either HTTP or AMQP mode. When using HTTP, RightAgent
makes requests to RightApi servers and receives requests using long-polling or
WebSockets via the RightNet router. To respond to requests it posts to the
HTTP router. When using AMQP, RightAgent uses RabbitMQ as the message bus and
the RightNet router as the routing node to make requests; to receives requests
routed to it by the RightNet router, it establishes a queue on startup. The
packets are structured to invoke services in the agent represented by actors
and methods. The RightAgent may respond to these requests with a result packet
that the router then routes to the originator.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity