File: control

package info (click to toggle)
libgraph-writer-graphviz-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 172 kB
  • ctags: 113
  • sloc: perl: 1,385; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,383 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
31
32
Source: libgraph-writer-graphviz-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Oswald <xoswald@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libgraph-perl,
                     libgraph-readwrite-perl,
                     libgraphviz-perl,
                     libio-all-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgraph-writer-graphviz-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgraph-writer-graphviz-perl.git
Homepage: https://metacpan.org/release/Graph-Writer-GraphViz
Testsuite: autopkgtest-pkg-perl

Package: libgraph-writer-graphviz-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libgraph-readwrite-perl,
         libgraphviz-perl,
         libio-all-perl
Description: GraphViz Writer for Graph object
 Graph::Writer::GraphViz is a class for writing out a Graph object with GraphViz
 module. All GraphViz formats should be supported without a problem.
 .
 Unlike other Graph::Writer modules, this module provide an extra parameter
 '-format' to new() method, in order to save different format. Other supported
 GraphViz parameters are -layout, -ranksep, -shape, -fontsize, -arrowsize.