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
|
Source: libinline-ruby
Section: interpreters
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>
Build-Depends: cdbs, debhelper (>= 5.0.0)
Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, ruby1.8-dev
Standards-Version: 3.7.3
Homepage: http://rubyforge.org/projects/rubyinline/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libinline-ruby/trunk/
Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libinline-ruby/trunk/
Package: libinline-ruby
Architecture: all
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: ruby1.8, ruby1.8-dev
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).
|