File: control

package info (click to toggle)
libsvg-tt-graph-perl 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 444 kB
  • ctags: 155
  • sloc: perl: 5,788; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,188 bytes parent folder | download | duplicates (2)
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
Source: libsvg-tt-graph-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: extra
Build-Depends: debhelper (>= 8),
               perl
Build-Depends-Indep: libdatetime-perl,
                     libtemplate-perl,
                     libwww-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsvg-tt-graph-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsvg-tt-graph-perl.git
Homepage: https://metacpan.org/release/SVG-TT-Graph
Testsuite: autopkgtest-pkg-perl

Package: libsvg-tt-graph-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-perl,
         libtemplate-perl,
         libwww-perl
Recommends: libxml-tidy-perl
Description: module for creating vector graphs
 SVG::TT::Graph is a Perl module that allows you to easily create Scalable
 Vector Graphics (SVG) for a variety of graph types, including Pie, Line, Bar
 and Time Series. You can also create extend existing types to make your own.