1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libtext-aspell-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>> 7), perl (>= 5.8.0-7), libaspell-dev (>> 0.50)
Maintainer: Brian Nelson <pyro@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/~hank/Text-Aspell-0.09/Aspell.pm
Package: libtext-aspell-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl interface to the GNU Aspell library
This module 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.
|