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.
|