jacius / nice-ffi

Nice-FFI: Convenience layer atop Ruby-FFI
http://jacius.github.com/nice-ffi/
23 stars 9 forks source link

= Nice-FFI

Version:: 0.4 Date:: 2010-03-31

Homepage:: http://github.com/jacius/nice-ffi/ Author:: John Croisant jacius@gmail.com Copyright:: 2009-2010 John Croisant

== Description

Nice-FFI is a layer on top of Ruby-FFI [1] (and compatible FFI systems) with features to ease development of FFI-based libraries.

Nice-FFI currently features:

Nice-FFI was originally developed as part of Ruby-SDL-FFI [2].

  1. Ruby-FFI: http://github.com/ffi/ffi
  2. Ruby-SDL-FFI: http://github.com/jacius/ruby-sdl-ffi/

== Caveats

Nice-FFI is still in EARLY DEVELOPMENT STAGES. That means:

As such, this library is currently FOR THE ADVENTUROUS ONLY. If you are not willing to continuously update your code to match the new API, then you should wait until version 1.0.

== Requirements

== Usage

See docs/usage.rdoc for usage information.

== License

Nice-FFI is licensed under the following terms (the "MIT License"):

Copyright (c) 2009-2010 John Croisant

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.