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 39 40 41
|
Source: libgraph-writer-dsm-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@colivre.coop.br>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
imagemagick
Build-Depends-Indep: libchart-gnuplot-perl,
libgraph-readwrite-perl,
liblist-moreutils-perl,
libmodern-perl-perl,
libmodule-install-perl,
libtest-class-perl,
libtest-file-perl,
libtest-most-perl,
libtest-tempdir-tiny-perl,
libmojolicious-perl,
perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgraph-writer-dsm-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgraph-writer-dsm-perl.git
Homepage: https://metacpan.org/release/Graph-Writer-DSM
Package: libgraph-writer-dsm-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
imagemagick,
libchart-gnuplot-perl,
libgraph-readwrite-perl,
liblist-moreutils-perl,
libmodern-perl-perl,
libmojolicious-perl
Description: Perl module to draw Graph object as a DSM matrix
Graph::Writer::DSM writes Graph object as a quadractic matrix N x N, where N
is the number of vertices in the graph. It uses Gnuplot and is useful to
visualize graphs with huge number of vertices, graphs with 1k vertices for
example.
.
See more about DSM: http://en.wikipedia.org/wiki/Design_structure_matrix
|