File: control

package info (click to toggle)
libpdl-graphics-gnuplot-perl 2.032-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: perl: 3,994; makefile: 5
file content (44 lines) | stat: -rw-r--r-- 1,842 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
34
35
36
37
38
39
40
41
42
43
44
Source: libpdl-graphics-gnuplot-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dima@secretsauce.net>,
           Ed J <etj@cpan.org>
Section: perl
Priority: optional
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13),
               dh-sequence-pdl,
               gnuplot-nox | gnuplot-x11 | gnuplot-qt,
               libalien-gnuplot-perl,
               libipc-run-perl,
               libpdl-transform-color-perl,
               libsafe-isa-perl,
               pdl (>= 1:2.093),
               perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdl-graphics-gnuplot-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdl-graphics-gnuplot-perl.git
Homepage: https://metacpan.org/release/PDL-Graphics-Gnuplot
Rules-Requires-Root: no

Package: libpdl-graphics-gnuplot-perl
Architecture: all
Depends: gnuplot-nox | gnuplot-x11 | gnuplot-qt,
         libalien-gnuplot-perl,
         libipc-run-perl,
         libpdl-transform-color-perl,
         libsafe-isa-perl,
         ${perl:Depends},
         ${pdl:Depends},
         ${misc:Depends}
Description: gnuplot-based plotting backend for PDL
 PDL::Graphics::Gnuplot allows PDL data to be plotted using Gnuplot as a backend
 for 2D and 3D plotting and image display.
 .
 It is not necessary to understand the gnuplot syntax to generate basic, or
 even complex, plots - though the full syntax is available for advanced users
 who want the full flexibility of the Gnuplot backend.
 .
 Gnuplot recognizes both hard-copy and interactive plotting devices, and on
 interactive devices (like X11) it is possible to pan, scale, and rotate both
 2-D and 3-D plots interactively. You can also enter graphical data through
 mouse clicks on the device window.