blob: 651a5a50cd685f5b9266e3b1d504fe3fd092c094 (
plain) (
blame)
1
2
3
|
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.
|