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: @RUBY_EXTRAS_TEAM@
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.
|