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
|
Source: libinline-ruby
Section: ruby
Priority: optional
Maintainer: Patrick Ringl <patrick_@freenet.de>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Paul van Tilburg <paulvt@debian.org>, Gunnar Wolf <gwolf@debian.org>,
Ryan Niebur <ryanryan52@gmail.com>, Tobias Grimm <etobi@debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.0), quilt
Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, ruby1.8-dev
Standards-Version: 3.8.4
Homepage: http://rubyforge.org/projects/rubyinline/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libinline-ruby/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libinline-ruby/
Package: libinline-ruby
Architecture: all
Depends: ${misc:Depends}, libinline-ruby1.8
Description: Ruby library for embedding C/++ external module code
Ruby Inline is an analog to Perl's Inline::C. Out of the box,
it allows you to embed C/++ external module code in your ruby script
directly. By writing simple builder classes, you can teach how to cope with
new languages (fortran, perl, whatever).
.
This is a dummy package depending on the library for the current default
version of Ruby.
Package: libinline-ruby1.8
Architecture: all
Depends: ${misc:Depends}, ruby1.8, ruby1.8-dev
Recommends: gcc | c-compiler
Description: Ruby library for embedding C/++ external module code
Ruby Inline is an analog to Perl's Inline::C. Out of the box,
it allows you to embed C/++ external module code in your ruby script
directly. By writing simple builder classes, you can teach how to cope with
new languages (fortran, perl, whatever).
|