File: control

package info (click to toggle)
libtext-aspell-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 84 kB
  • ctags: 7
  • sloc: makefile: 53; perl: 52
file content (19 lines) | stat: -rw-r--r-- 764 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libtext-aspell-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>> 4.0.0), perl (>= 5.8.0-7), libaspell-dev (>> 0.50)
Maintainer: Brian Nelson <pyro@debian.org>
Standards-Version: 3.6.0

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.