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
|
Source: libgraph-nauty-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 13),
libgraph-perl <!nocheck>,
libnauty-dev,
libtest-simple-perl <!nocheck>,
perl-xs-dev,
perl:native,
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgraph-nauty-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgraph-nauty-perl
Homepage: https://metacpan.org/release/Graph-Nauty
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Package: libgraph-nauty-perl
Architecture: any
Depends:
libgraph-perl,
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Description: Perl bindings for nauty
Graph::Nauty provides an interface to nauty, a set of procedures for
determining the automorphism group of a vertex-coloured graph, and for testing
graphs for isomorphism.
|