File: control

package info (click to toggle)
libpdl-graphics-gnuplot-perl 2.011-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 544 kB
  • sloc: perl: 4,701; makefile: 8
file content (39 lines) | stat: -rw-r--r-- 1,625 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
Source: libpdl-graphics-gnuplot-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dima@secretsauce.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libalien-gnuplot-perl (>= 1.031),
               libipc-run-perl,
               libsafe-isa-perl,
               pdl (>= 1:2.016),
               perl,
               gnuplot
Standards-Version: 4.1.5
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

Package: libpdl-graphics-gnuplot-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         ${pdl:Depends},
         libalien-gnuplot-perl (>= 1.031),
         libipc-run-perl,
         libsafe-isa-perl,
         gnuplot
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.