File: control

package info (click to toggle)
codespell 1.6-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 324 kB
  • ctags: 178
  • sloc: python: 403; makefile: 28; ansic: 11
file content (21 lines) | stat: -rw-r--r-- 569 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
Source: codespell
Section: devel
Priority: optional
Maintainer: Paul Wise <pabs@debian.org>
Build-Depends:
 debhelper (>= 9),
 python3
Standards-Version: 3.9.5
Homepage: https://github.com/lucasdemarchi/codespell/

Package: codespell
Architecture: all
Depends:
 python3,
 ${misc:Depends}
Recommends:
 python3-chardet
Description: find and fix common misspellings in text files
 codespell is designed to find and fix common misspellings in text files.
 It is designed primarily for checking misspelled words in source code,
 but it can be used with other files as well.