File: control

package info (click to toggle)
libjavascript-beautifier-perl 0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: perl: 1,004; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,175 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
Source: libjavascript-beautifier-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 12~),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-pod-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjavascript-beautifier-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.