File: control

package info (click to toggle)
libgraph-easy-perl 0.76-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 4,264 kB
  • ctags: 718
  • sloc: perl: 23,869; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,488 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
32
33
34
Source: libgraph-easy-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9), libmodule-build-perl, perl
Build-Depends-Indep: libtest-pod-perl,
 libtest-pod-coverage-perl,
 libpod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/Graph-Easy
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgraph-easy-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgraph-easy-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libgraph-easy-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Recommends: libgraph-easy-as-svg-perl
Suggests: graphviz
Description: Perl module to convert or render graphs (as ASCII, HTML, SVG or via Graphviz)
 Graph::Easy lets you generate graphs consisting of various shaped nodes
 connected by edges (with optional labels).
 .
 It can read and write graphs in a variety of formats, as well as render
 them via its own grid-based layouter. It has export filters for Graphviz, 
 VCG (Visualizing Compiler Graphs), GDL (Graph Description Language) and
 GraphML. Import filters are for Graphviz, VCG and GDL.
 .
 Since the layouter works on a grid (manhattan layout), the output is
 most useful for flow charts, network diagrams, or hierarchy trees.
 .
 Graph::Easy has an easy-to-understand, compact and human readable graph 
 description language.