File: control

package info (click to toggle)
libgraph-readwrite-perl 2.09-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 252 kB
  • ctags: 46
  • sloc: perl: 1,851; xml: 14; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,535 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
33
34
35
36
37
Source: libgraph-readwrite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libgraph-perl,
                     libparse-yapp-perl,
                     libxml-parser-perl,
                     libxml-writer-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgraph-readwrite-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgraph-readwrite-perl.git
Homepage: https://metacpan.org/release/Graph-ReadWrite

Package: libgraph-readwrite-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libgraph-perl,
         libio-all-perl,
         libparse-yapp-perl,
         libxml-parser-perl,
         libxml-writer-perl
Description: module for reading and writing directed graphs
 Graph::ReadWrite is a collection of perl classes for reading and writing
 directed graphs in a variety of file formats. The graphs are represented in
 Perl using Jarkko Hietaniemi's Graph classes.
 .
 There are two base classes, Graph::Reader which is the Base class for classes
 which read a graph file and create an instance of the Graph class, and
 Graph::Writer which is the Base class for classes which take an instance of
 the Graph class and write it out in a specific file format.
 .
 Supported formats: XML, Dot, VCG, daVinci, HTK