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: contrib/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 (>= 9~),
gem2deb ( >= 0.6.1~),
gfortran,
libpng-dev,
libx11-dev,
pgplot5,
rdtool,
ruby,
ruby-all-dev,
ruby-narray
Standards-Version: 3.9.7
Homepage: http://pgplot.rubyforge.org/
XS-Ruby-Versions: all
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-pgplot.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-pgplot.git
Package: ruby-pgplot
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-narray,
${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.
|