File: control

package info (click to toggle)
ruby-hdfeos5 1.2-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,860 kB
  • sloc: ansic: 13,294; ruby: 2,809; makefile: 18
file content (30 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download
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
Source: ruby-hdfeos5
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 (>= 9~),
               gem2deb,
               libgctp-dev,
               libhdf5-dev,
               libhe5-hdfeos-dev,
               ruby-narray,
               ruby-narray-miss
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/debian-gis-team/ruby-hdfeos5
Vcs-Git: https://salsa.debian.org/debian-gis-team/ruby-hdfeos5.git
Homepage: http://ruby.gfd-dennou.org/products/ruby-hdfeos5/
XS-Ruby-Versions: all

Package: ruby-hdfeos5
Architecture: any
Depends: ruby | ruby-interpreter,
         ${shlibs:Depends},
         ${misc:Depends}
Description: Ruby interface to the HDF-EOS5 library
 HDF-EOS5 is a software library designed built on HDF5 to support EOS-specific
 data structures, namely Grid, Point, and Swath.
 .
 This package provides Ruby interface to the HDF-EOS5 library built on
 the NArray library, which is an efficient multi-dimensional numeric
 array class for Ruby.