File: control

package info (click to toggle)
libtext-aspell-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 148 kB
  • sloc: perl: 91; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,207 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
30
31
Source: libtext-aspell-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Cyrille Bollu <cyrille@bollu.be>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               dpkg-dev (>= 1.16.1~),
               perl,
               libaspell-dev,
               libtest-pod-perl,
               aspell-en
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-aspell-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-aspell-perl
Homepage: https://metacpan.org/pod/Text::Aspell

Package: libtext-aspell-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Perl interface to the GNU Aspell library
 Text::Aspell provides a Perl interface to the GNU Aspell library.  The
 GNU Aspell library provides access to system spelling libraries,
 including a spell checker.
 .
 This module is to meet the need of looking up many words, one at a
 time, in a single session.  It is a perl xs interface which should
 provide good performance in comparison to forking the aspell program
 for every word.