Source: ruby-ffi Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Micah Anderson , Utkarsh Gupta Build-Depends: debhelper-compat (= 12), gem2deb (>= 1), libffi-dev, rake, ruby-rspec Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ffi.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ffi Homepage: https://github.com/ffi/ffi XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-ffi Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${ruby:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: load dynamic libraries, bind functions from within ruby code Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code. Moreover, a Ruby-FFI extension works without changes on Ruby and JRuby. Discover why should you write your next extension using Ruby-FFI at https://github.com/ffi/ffi/wiki/Why-use-FFI.