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: libnarray-ruby
Section: interpreters
Priority: optional
Maintainer: Daigo Moriwaki <daigo@debian.org>
Uploaders: @RUBY_EXTRAS_TEAM@
Build-Depends: cdbs, debhelper (>> 5), ruby-pkg-tools, ruby1.8, ruby1.8-dev
Standards-Version: 3.7.2
Package: libnarray-ruby
Architecture: all
Depends: libnarray-ruby1.8
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.
.
Homepage http://narray.rubyforge.org/index.html.en
.
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.
.
Homepage http://narray.rubyforge.org/index.html.en
|