libcss-minifier-xs-perl 0.07-1build4 source package in Ubuntu

Changelog

libcss-minifier-xs-perl (0.07-1build4) quantal; urgency=low

  * Rebuild for new armel compiler default of ARMv5t.
 -- Colin Watson <email address hidden>   Thu, 04 Oct 2012 14:07:08 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Quantal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcss-minifier-xs-perl_0.07.orig.tar.gz 11.8 KiB 2f41a2763c9ba1db616059d51757d7270195cb8485e849b9870799117e00dbde
libcss-minifier-xs-perl_0.07-1build4.debian.tar.gz 2.0 KiB b480f26b1e23956be203ccd36a69a45cc1374154e736e17302ad83706c37ebe1
libcss-minifier-xs-perl_0.07-1build4.dsc 2.2 KiB cf7adf2984605cb67e532bc63fb1068c05863c14ac9fc5ae11753cdfffc1637d

Available diffs

View changes file

Binary packages built by this source

libcss-minifier-xs-perl: 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.