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 32 33 34 35
|
Source: mwic
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Georg Faerber <georg@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-docutils,
python3-enchant,
python3-pytest <!nocheck>,
python3-regex,
# needed for unit tests targeting en-GB
hunspell-en-gb
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/mwic.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mwic
Homepage: https://jwilk.net/software/mwic
Rules-Requires-Root: no
Package: mwic
Architecture: all
Depends:
python3,
python3-enchant,
python3-regex,
${misc:Depends},
${python3:Depends},
Description: spell-checker to find misspellings and to show their contexts
mwic, misspelled words in context, is a spell-checker that groups possible
misspellings and shows them in their contexts. This is useful for checking
technical documents that often contain words that are not included in standard
dictionaries.
|