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 37 38 39 40 41 42 43 44 45 46 47 48 49
|
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>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-minitest, rake
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-inline.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-inline.git;a=summary
Homepage: http://www.zenspider.com/ZSS/Products/RubyInline/
XS-Ruby-Versions: all
Package: ruby-inline
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby1.8-dev | ruby1.9.1-dev, rake
Recommends: gcc | c-compiler, rubygems
Replaces: libinline-ruby (<< 3.10.1-1~), libinline-ruby1.8 (<< 3.10.1-1~)
Breaks: libinline-ruby (<< 3.10.1-1~), libinline-ruby1.8 (<< 3.10.1-1~)
Provides: libinline-ruby, libinline-ruby1.8
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.
# Transitional packages
Package: libinline-ruby
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-inline
Description: Transitional package for ruby-inline
This is a transitional package to ease upgrades to the ruby-inline
package. It can safely be removed.
Package: libinline-ruby1.8
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-inline
Description: Transitional package for ruby-inline
This is a transitional package to ease upgrades to the ruby-inline
package. It can safely be removed.
|