Source: ruby-narray Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI , Build-Depends: debhelper-compat (= 12), gem2deb Standards-Version: 4.4.1 Homepage: http://masa16.github.io/narray/ Vcs-Git: https://salsa.debian.org/ruby-team/ruby-narray.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-narray XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-narray Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs: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.