https://github.com/rubinius/ffi2
Ruby Foreign Function Interface
https://github.com/rubinius/ffi2
Last synced: 3 months ago
JSON representation
Ruby Foreign Function Interface
- Host: GitHub
- URL: https://github.com/rubinius/ffi2
- Owner: rubinius
- License: bsd-3-clause
- Created: 2013-04-16T13:43:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T20:33:25.000Z (about 4 years ago)
- Last Synced: 2025-01-15T11:12:00.106Z (5 months ago)
- Language: Ruby
- Homepage: https://github.com
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ffi2
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'ffi2'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ffi2
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request