File: control

package info (click to toggle)
libsvg-graph-perl 0.02-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 616 kB
  • sloc: perl: 2,793; makefile: 2
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: libsvg-graph-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-compat (= 13)
Build-Depends-Indep: perl,
                     libmath-derivative-perl,
                     libmath-spline-perl,
                     libstatistics-descriptive-perl,
                     libsvg-perl,
                     libtree-dagnode-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsvg-graph-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsvg-graph-perl.git
Homepage: https://metacpan.org/release/SVG-Graph

Package: libsvg-graph-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmath-derivative-perl,
         libmath-spline-perl,
         libstatistics-descriptive-perl,
         libsvg-perl,
         libtree-dagnode-perl
Description: module to visualize data in SVG format
 SVG::Graph is a suite of perl modules for plotting data.
 It currently supports plots of one-, two- and three-dimensional
 data, as well as N-ary rooted trees.