File: control

package info (click to toggle)
ruby-inline 3.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 504
  • sloc: ruby: 1,504; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: ruby-inline
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Patrick Ringl <patrick_@freenet.de>,
           Paul van Tilburg <paulvt@debian.org>,
           Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-minitest,
               ruby-zentest
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-inline.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-inline.git
Homepage: http://www.zenspider.com/ZSS/Products/RubyInline/
XS-Ruby-Versions: all

Package: ruby-inline
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: rake,
         ruby | ruby-interpreter,
         ruby-all-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: gcc | c-compiler
Description: Ruby library for embedding 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.