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
|
Source: ruby-netcdf
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Section: ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-ruby,
gem2deb,
rake,
ruby-narray,
ruby-narray-miss,
libnetcdf-dev,
netcdf-bin
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/ruby-netcdf
Vcs-Git: https://salsa.debian.org/debian-gis-team/ruby-netcdf.git
Homepage: http://ruby.gfd-dennou.org/products/ruby-netcdf
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-netcdf
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
ruby-narray,
ruby-narray-miss
Description: Ruby interface of netCDF library
RubyNetCDF is a Ruby interface of netCDF library built on the NArray
library, which is an efficient multi-dimensional numeric array class
for Ruby.
XB-Ruby-Versions: ${ruby:Versions}
|