File: control

package info (click to toggle)
libjavascript-packer-perl 1.006003-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 304 kB
  • sloc: perl: 2,717; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download
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
Source: libjavascript-packer-perl
Section: perl
Priority: optional
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>,
 Jonathan Yu <jawnsy@cpan.org>,
 Jotam Jr. Trejo <jotamjr@debian.org.sv>,
 Nicholas Bamber <nicholas@periapt.co.uk>,
 Angel Abad <angel@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libregexp-reggrp-perl,
 libtest-pod-perl,
 perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjavascript-packer-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libjavascript-packer-perl.git
Homepage: http://search.cpan.org/dist/JavaScript-Packer/

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.