File: control

package info (click to toggle)
ruby-grib 0.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 436 kB
  • sloc: ruby: 708; ansic: 708; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,082 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-grib
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               libeccodes-dev,
               libeccodes-tools,
               rake,
               ruby-narray,
               ruby-narray-miss,
               ruby-rspec
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grib.git
Vcs-Browser: https://salsa.debian.org/ruby-team//ruby-grib/
Homepage: http://ruby.gfd-dennou.org/products/rb-grib/
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-grib
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         libeccodes-tools,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby interface to the ECMWF GRIB API
 RUBY-GRIB is a Ruby library to handle GRIB(GRidded Binary) file, a
 mathematically concise data format commonly used in meteorology to
 store historical and forecast weather data.