File: control

package info (click to toggle)
ruby-pgplot 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 496 kB
  • sloc: ruby: 1,625; makefile: 77; ansic: 57; sh: 17
file content (32 lines) | stat: -rw-r--r-- 1,141 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
32
Source: ruby-pgplot
Section: ruby
Priority: optional
Maintainer: Youhei SASAKI <uwabami@gfd-dennou.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb ( >= 0.6.1~),
               gfortran,
               libpng-dev,
               libx11-dev,
               giza-dev,
               rdtool,
               ruby,
               ruby-all-dev,
               ruby-narray
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-pgplot.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-pgplot
Rules-Requires-Root: no
Homepage: http://masa16.github.io/ruby-pgplot/

Package: ruby-pgplot
Architecture: any
Depends: ruby-narray,
	 ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby interface to the PGPLOT graphics library
 Ruby/PGPLOT is the Ruby interface to the PGPLOT graphics library.
 PGPLOT is a FORTRAN library to draw line/scatter/histogram plot, error
 bar, contour/image/vector map, etc. Supports various output devices
 including Postscript, PNG, X-Window, etc.