File: control

package info (click to toggle)
libgraphics-gnuplotif-perl 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 216 kB
  • sloc: perl: 441; makefile: 9
file content (33 lines) | stat: -rw-r--r-- 1,392 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
33
Source: libgraphics-gnuplotif-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     xvfb,
                     xauth,
                     xfonts-base,
                     gnuplot
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgraphics-gnuplotif-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgraphics-gnuplotif-perl.git
Homepage: https://metacpan.org/release/Graphics-GnuplotIF

Package: libgraphics-gnuplotif-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         gnuplot
Description: dynamic Perl interface to gnuplot
 Graphics::GnuplotIF is a simple and easy to use dynamic Perl interface to
 gnuplot.  It enables sending display requests asynchronously to gnuplot
 through simple Perl subroutine calls.
 .
 Several independent plots can be started from one script. Each plot has its
 own pipe. All pipes will be closed automatically by the destructor when the
 script terminates. The gnuplot processes terminate when the corresponding
 pipes are closed. Their graphical output will then disappear (but see
 parameter persist|new).