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.
|