Source: libcss-minifier-xs-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: gregor herrmann , Ansgar Burchardt , Florian Schlichting , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), libtest-diaginc-perl , libtest-simple-perl , perl-xs-dev, perl:native, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcss-minifier-xs-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcss-minifier-xs-perl.git Homepage: https://metacpan.org/release/CSS-Minifier-XS Package: libcss-minifier-xs-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, Description: XS based CSS minifier CSS::Minifier::XS is a CSS "minifier"; its designed to remove un-necessary whitespace and comments from CSS files, while also not breaking the CSS. . CSS::Minifier::XS is similar in function to CSS::Minifier, but is substantially faster as its written in XS and not just pure Perl.