File: control

package info (click to toggle)
libtext-hunspell-perl 2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,052 kB
  • sloc: perl: 99; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 1,147 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
29
Source: libtext-hunspell-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
# hunspell-en-us required for tests to work.
Build-Depends: debhelper-compat (= 13),
               hunspell-en-us <!nocheck>,
               libextutils-pkgconfig-perl,
               libhunspell-dev,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-hunspell-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-hunspell-perl.git
Homepage: https://metacpan.org/release/Text-Hunspell
Rules-Requires-Root: no

Package: libtext-hunspell-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl interface to the GNU Hunspell library
 Text::Hunspell provides a Perl interface to the OO Hunspell
 library. This module is to meet the need of looking up many words, one
 at a time, in a single session, such as spell-checking a document in
 memory.