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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Source: libnarray-ruby
Section: ruby
Priority: optional
Maintainer: Daigo Moriwaki <daigo@debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: cdbs, debhelper (>> 7), ruby-pkg-tools, ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev
Standards-Version: 3.8.2
Homepage: http://narray.rubyforge.org/index.html.en
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libnarray-ruby/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libnarray-ruby/
Package: libnarray-ruby
Architecture: all
Depends: libnarray-ruby1.8, ${misc:Depends}
Description: Numerical N-dimensional Array library for Ruby
NArray is an extension library for Ruby that provides fast calculation and
easy manipulation of large numerical arrays with the Ruby language. It has
numerical n-dimensional array class as well as vector and matrix subclasses,
which can contain 1/2/4-byte Integer, single/double-precision Real/Complex and
Ruby Object.
.
This is a dependency package which depends on Debian's default Ruby version
(currently 1.8.x).
Package: libnarray-ruby1.8
Architecture: any
Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
Description: Numerical N-dimensional Array library for Ruby
NArray is an extension library for Ruby that provides fast calculation and
easy manipulation of large numerical arrays with the Ruby language. It has
numerical n-dimensional array class as well as vector and matrix subclasses,
which can contain 1/2/4-byte Integer, single/double-precision Real/Complex and
Ruby Object.
.
This package is built for Ruby 1.8.
Package: libnarray-ruby1.8-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libnarray-ruby1.8 (= ${binary:Version}), ${misc:Depends}
Description: Numerical N-dimensional Array library for Ruby
NArray is an extension library for Ruby that provides fast calculation and
easy manipulation of large numerical arrays with the Ruby language. It has
numerical n-dimensional array class as well as vector and matrix subclasses,
which can contain 1/2/4-byte Integer, single/double-precision Real/Complex and
Ruby Object.
.
This package is built for Ruby 1.8.
.
This package is provided primarily to provide a backtrace with names
in a debugger, this makes it somewhat easier to interpret core
dumps. Most people will not need this package.
Package: libnarray-ruby1.9.1
Architecture: any
Depends: ruby1.9.1, ${shlibs:Depends}, ${misc:Depends}
Description: Numerical N-dimensional Array library for Ruby
NArray is an extension library for Ruby that provides fast calculation and
easy manipulation of large numerical arrays with the Ruby language. It has
numerical n-dimensional array class as well as vector and matrix subclasses,
which can contain 1/2/4-byte Integer, single/double-precision Real/Complex and
Ruby Object.
.
This package is built for Ruby 1.9.1.
Package: libnarray-ruby1.9.1-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libnarray-ruby1.9.1 (= ${binary:Version}), ${misc:Depends}
Description: Numerical N-dimensional Array library for Ruby
NArray is an extension library for Ruby that provides fast calculation and
easy manipulation of large numerical arrays with the Ruby language. It has
numerical n-dimensional array class as well as vector and matrix subclasses,
which can contain 1/2/4-byte Integer, single/double-precision Real/Complex and
Ruby Object.
.
This package is built for Ruby 1.9.1.
.
This package is provided primarily to provide a backtrace with names
in a debugger, this makes it somewhat easier to interpret core
dumps. Most people will not need this package.
|