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-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Andrius Merkys <merkys@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libheap-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libset-object-perl (>= 1.40) <!nocheck>,
libtest-simple-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgraph-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgraph-perl.git
Homepage: https://metacpan.org/release/Graph
Rules-Requires-Root: no
Package: libgraph-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libheap-perl,
libscalar-list-utils-perl,
libset-object-perl (>= 1.40)
Description: Perl module for graph data structures and algorithms
This module contains the Graph module for Perl, a framework for
creating abstract data structures called graphs and hypergraphs.
(It is not for drawing any sort of graphics; for that, see the
GD:: or Graphics:: set of modules.) It also contains implementations
of several well-known algorithms that operate on graphs, such as
finding transitive closures, strongly connected components
(SCCs) and articulation points.
|