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
|
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>, Antonio S. de A. Terceiro <asaterceiro@inf.ufrgs.br>, David Moreno Garza <damog@debian.org>, David Nusinow <dnusinow@debian.org>, Paul van Tilburg <paulvt@debian.org>, Esteban Manchado Velázquez <zoso@debian.org>, Arnaud Cornet <arnaud.cornet@gmail.com>, Lucas Nussbaum <lucas@lucas-nussbaum.net>, Thierry Reding <thierry@doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck@DuckCorp.org>, Ari Pollak <ari@debian.org>, Daigo Moriwaki <daigo@debian.org>, Vincent Fourmond <vincent.fourmond@9online.fr>, Rudi Cilibrasi <cilibrar@cilibrar.com>,
Build-Depends: cdbs, debhelper (>= 5.0.0)
Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, ruby1.8-dev
Standards-Version: 3.7.2
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 package is part of the Ruby library extras, a supplement to Ruby's
standard library.
.
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).
.
This package is part of the Ruby library extras, a supplement to Ruby's
standard library.
|