Source: libbit-vector-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Florian Schlichting , gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: perl-xs-dev, perl:native, debhelper-compat (= 13), libcarp-clan-perl Standards-Version: 3.9.6 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbit-vector-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbit-vector-perl.git Homepage: https://metacpan.org/release/Bit-Vector Package: libbit-vector-perl Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libcarp-clan-perl Multi-Arch: same Description: Perl module for bit vectors and more Bit::Vector is a module that allows you to handle bit vectors, integer sets, "big integer arithmetic" and boolean matrices, all of arbitrary sizes. It is efficient (in terms of algorithmic complexity) and therefore fast (in terms of execution speed). It also provides overloaded operators for ease of use.