File: control

package info (click to toggle)
libpgplot-perl 1%3A2.21-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: perl: 900; ansic: 453; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,206 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
Source: libpgplot-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 (>= 10),
               gfortran,
               giza-dev (>= 0.9.4-4~),
               libextutils-f77-perl,
               libpng-dev,
               libx11-dev,
               perl,
               x11proto-core-dev,
               xauth,
               xvfb
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpgplot-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpgplot-perl.git
Homepage: https://metacpan.org/release/PGPLOT

Package: libpgplot-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: perl interface to the pgplot plotting library
 The PGPLOT module provides a perl interface to the pgplot libraries used for
 plotting and visualizing scientific data. It is particularly popular for
 plotting astronomical data. Compared to using pgplot from C or FORTRAN,
 these Perl bindings allow for a faster, more interactive development.