065ebed6df
Add ruby-ffi-compiler version 1.0.1 package. 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.
5 lines
205 B
Text
5 lines
205 B
Text
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.
|