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
|
Source: libffi-ruby
Section: ruby
Priority: optional
Maintainer: Micah Anderson <micah@debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7), cdbs, ruby-pkg-tools (>= 0.8), libsetup-ruby1.8, libffi-dev, ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, quilt
Standards-Version: 3.9.1
Homepage: http://github.com/ffi/ffi
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libffi-ruby/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libffi-ruby/
Package: libffi-ruby
Architecture: all
Depends: libffi-ruby1.8, ${misc:Depends}
Description: load dynamic libraries, bind functions from within ruby code
Ruby-FFI is a ruby extension for programmatically loading dynamic
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes
on Ruby and JRuby. Discover why should you write your next extension
using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi].
.
This is a dependency package which depends on Debian's default Ruby version
(currently 1.8).
Package: libffi-ruby1.8
Architecture: amd64 i386 powerpc sparc
Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
Description: load dynamic libraries, bind functions from within ruby code
Ruby-FFI is a ruby extension for programmatically loading dynamic
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes
on Ruby and JRuby. Discover why should you write your next extension
using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi].
.
This package is built for Ruby 1.8.
Package: libffi-ruby1.9.1
Architecture: amd64 i386 powerpc sparc
Depends: ruby1.9.1, ${shlibs:Depends}, ${misc:Depends}
Description: load dynamic libraries, bind functions from within ruby code
Ruby-FFI is a ruby extension for programmatically loading dynamic
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes
on Ruby and JRuby. Discover why should you write your next extension
using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi].
.
This package is built for Ruby 1.9.1.
|