tags:

views:

32

answers:

2

I want write a ruby wrapper for a existing C library (.so files). Can anyone point me to books/websites that can get me started with this.

Thanks,
Sivakumar

+1  A: 

Take a look at FFI gem.

antage
A: 

You have several options:

hellvinz