FFI library/gem status

The FFI library has been officially taken over for maintenance by the
JRuby team.

The project remains on github at GitHub - ffi/ffi: Ruby FFI with issue
tracker and wiki intact.

The ruby-ffi google group was deleted without saving an archive. I
have restored the list
(Redirecting to Google Groups) and you will have
to re-join. I also rebuilt an archive of the messages from my own
email store. See GitHub - ffi/ruby-ffi-archive: Archive of ruby-ffi group messages up to Oct 27, 2013 and
FFI.

Licensing-wise, we got permission from everyone who contributed after
the ill-fated LGPL change to officially change the license back to BSD
(3-clause). The FFI library is now BSD-licensed (libffi is MIT) and
there are no plans to change it in the future. See

Please feel safe in using FFI going foward, and help us with
maintenance going forward.

  • Charlie

On 31/10/2013, at 6:19 am, Charles Oliver N. [email protected] wrote:

The FFI library has been officially taken over for maintenance by the
JRuby team.

This is great news. We’ll done.

Henry