File: control

package info (click to toggle)
libjavascript-beautifier-perl 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 160 kB
  • ctags: 21
  • sloc: perl: 876; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,202 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
28
29
Source: libjavascript-beautifier-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libjavascript-beautifier-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libjavascript-beautifier-perl.git
Homepage: https://metacpan.org/release/JavaScript-Beautifier

Package: libjavascript-beautifier-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Recommends: libfile-slurp-tiny-perl,
            libipc-run3-perl,
            libmoo-perl,
            libtry-tiny-perl
Description: Perl module to beautify JavaScript code
 JavaScript::Beautifier is a Perl module providing a simple way to beautify
 arbitrary JavaScript code. This beautifier can process your messy or compacted
 JavaScript, neatly and consistently formatting it, thus making it easier to
 read and maintain.