File: control

package info (click to toggle)
libhtml-highlight-perl 0.20-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: perl: 493; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 992 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
Source: libhtml-highlight-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-highlight-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-highlight-perl.git
Homepage: https://metacpan.org/release/HTML-Highlight
Testsuite: autopkgtest-pkg-perl

Package: libhtml-highlight-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for highlighting words or patterns in HTML documents
 HTML::Highlight provides Google-like highlighting of words or patterns
 in HTML documents. This feature is typically used to highlight search
 results. Each specified pattern or word is highlighted using a
 different color.