Project

ffi-tox

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby FFI bindings to Tox
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.9.0
 Project Readme

ffi-tox

This gem provides FFI bindings to Tox core. At the moment it only binds Messenger.h but that can easily be changed.

To clone use:

git clone --recursive <repo>

This makes it also clone the submodule.

Usage

require 'ffi-tox'

It uses the same syntax as the standard tox core.

Development

To build the gem file run:

bundle
rake generate