Source: ruby-inline Section: ruby Maintainer: Debian Ruby Team Uploaders: Patrick Ringl , Paul van Tilburg Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-minitest, ruby-zentest Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-inline.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-inline Homepage: https://github.com/seattlerb/rubyinline Package: ruby-inline Architecture: all Depends: rake, ruby-all-dev Recommends: gcc | c-compiler Description: Ruby library for embedding C/C++ external module code Inline allows you to write foreign code within your ruby code. It automatically determines if the code in question has changed and builds it only when necessary. The extensions are then automatically loaded into the class/module that defines it. . You can even write extra builders that will allow you to write inlined code in any language. Use Inline::C as a template and look at Module#inline for the required API.