1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libjavascript-packer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
Angel Abad <angel@debian.org>,
Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libregexp-reggrp-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjavascript-packer-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libjavascript-packer-perl.git
Homepage: https://metacpan.org/release/JavaScript-Packer
Rules-Requires-Root: no
Package: libjavascript-packer-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libregexp-reggrp-perl
Description: module to compact JavaScript code
JavaScript::Packer is a Perl module that attempts to compact your JavaScript
code by removing unneeded whitespace, comments and newlines. This can result
in substantial size reductions, which can decrease loading times.
|