File: control

package info (click to toggle)
libsyntax-highlight-perl-perl 1.00-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 1,284; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libsyntax-highlight-perl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsyntax-highlight-perl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsyntax-highlight-perl-perl.git
Homepage: https://metacpan.org/release/Syntax-Highlight-Perl
Rules-Requires-Root: no

Package: libsyntax-highlight-perl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Highlighting of Perl Syntactical Structures
 Syntax::Highlight::Perl provides syntax highlighting for Perl code. The
 design bias is roughly line-oriented and streamed (ie, processing a file
 line-by-line in a single pass). Provisions may be made in the future for
 tasks related to "back-tracking" (ie, re-doing a single line in the middle of
 a stream) such as speeding up state copying.