Source: libset-tiny-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Bastian Blank Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl Standards-Version: 3.9.7 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libset-tiny-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libset-tiny-perl.git Homepage: https://metacpan.org/release/Set-Tiny Testsuite: autopkgtest-pkg-perl Package: libset-tiny-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Multi-Arch: foreign Description: module for simple sets of strings Set::Tiny is a thin wrapper around regular Perl hashes to perform often needed set operations, such as testing two sets of strings for equality, or checking whether one is contained within the other. . For a more complete implementation of mathematical set theory, see Set::Scalar. For sets of arbitrary objects, see Set::Object.