File: control

package info (click to toggle)
libpdl-graphics-simple-perl 1.016-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: perl: 1,915; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,729 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
Source: libpdl-graphics-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ed J <etj@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-pdl
Build-Depends-Indep: pdl (>= 1:2.096),
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdl-graphics-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdl-graphics-simple-perl.git
Homepage: https://metacpan.org/release/PDL-Graphics-Simple
Rules-Requires-Root: no

Package: libpdl-graphics-simple-perl
Architecture: all
Depends: ${pdl:Depends},
         ${perl:Depends},
         ${misc:Depends}
Recommends: libpdl-graphics-gnuplot-perl
Description: Simple backend-independent plotting for PDL
 PDL can plot through a plethora of external plotting modules. Each module
 tends to be less widely available than Perl itself, and to require an
 additional step or two to install. For simple applications ("throw up an
 image on the screen", or "plot a curve") it is useful to have a subset of all
 plotting capability available in a backend-independent layer.
 PDL::Graphics::Simple provides that capability.
 .
 PDL::Graphics::Simple implements all the functionality used in the PDL::Book
 examples, with identical syntax. It also generalizes that syntax - you can
 use ::Simple graphics, with slight syntactical differences, in the same
 manner that you would use any of the engine modules. See the Examples below
 for details.
 .
 The plot you get will always be what you asked for, regardless of which
 plotting engine you have installed on your system.