Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-ffi-compiler
Automating compilation of native libraries
https://github.com/ffi/ffi-compiler
0
no reviews
Install
Ffi-compiler is a ruby library for automating compilation of native libraries for use with ffi.
To use, define your own ruby->native API using ffi, implement it in C, then use ffi-compiler to compile it.