Source: libalgorithm-combinatorics-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 9.20120312~), perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.5 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalgorithm-combinatorics-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libalgorithm-combinatorics-perl.git Homepage: https://metacpan.org/release/Algorithm-Combinatorics Testsuite: autopkgtest-pkg-perl Package: libalgorithm-combinatorics-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: module for the efficient generation of combinatorial sequences Algorithm::Combinatorics is an efficient generator of combinatorial sequences. Algorithms are selected from the literature (work in progress). Iterators do not use recursion, nor stacks, and are written in C. See Math::Combinatorics for a pure-Perl module with similar (if less efficient) features.