File: control

package info (click to toggle)
ruby-hdfeos5 1.2-14
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 20,164 kB
  • sloc: ansic: 12,844; ruby: 2,809; makefile: 14
file content (31 lines) | stat: -rw-r--r-- 1,147 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
31
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-compat (= 13),
               dh-sequence-ruby,
               gem2deb,
               libgctp-dev,
               libhdf5-dev,
               libhe5-hdfeos-dev,
               ruby-narray (>= 0.6.1.2-4),
               ruby-narray-miss
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/ruby-hdfeos5
Vcs-Git: https://salsa.debian.org/debian-gis-team/ruby-hdfeos5.git
Homepage: https://www.gfd-dennou.org/arch/ruby/products/ruby-hdfeos5/
Rules-Requires-Root: no

Package: ruby-hdfeos5
Architecture: any
Depends: ruby,
         ${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.