File: control

package info (click to toggle)
liblingua-ispell-perl 0.07-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 64 kB
  • ctags: 22
  • sloc: perl: 269; makefile: 51
file content (15 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: liblingua-ispell-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper, perl (>= 5.6.0-16)
Maintainer: Jason Henry Parker <henry@debian.org>
Standards-Version: 3.2.0

Package: liblingua-ispell-perl
Architecture: all
Depends: ${perl:Depends}, ispell
Suggests: ispell
Description: Perl module encapsulating access to the ispell program
 Lingua::Ispell allows a perl program to communicate with an ispell
 process to check spellings of strings.  A sample program called
 `spellcheck' is provided.