File: control

package info (click to toggle)
libtext-context-perl 3.7-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: perl: 167; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,351 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
25
26
27
28
29
30
Source: libtext-context-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libtext-context-eitherside-perl,
                     libuniversal-require-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libhtml-parser-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-context-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-context-perl.git
Homepage: https://metacpan.org/release/Text-Context

Package: libtext-context-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libtext-context-eitherside-perl,
         libuniversal-require-perl,
         libhtml-parser-perl
Description: Perl module to highlight search result context snippets
 Text::Context is a Perl module that provides a simple interface to extract and
 highlight some context around given search terms. It can also dump the string
 out as HTML text with all the search terms highlighted in bold. This provides
 a simple way to get some representative text for display in search results.