[ 原始碼: ruby-inline ]
套件:ruby-inline(3.12.4-2)
ruby-inline 的相關連結
Debian 的資源:
下載原始碼套件 ruby-inline:
維護小組:
- Debian Ruby Extras Maintainers (QA 頁面, 郵件存檔)
- Patrick Ringl (QA 頁面)
- Paul van Tilburg (QA 頁面)
- Gunnar Wolf (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 ruby-inline 有關的套件
|
|
|
|
-
- dep: rake
- ruby make-like utility
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-all-dev
- Ruby development environment (all versions supported in Debian)