slackbuilds/development/kodespel
B. Watson 85935c382d
development/kodespel: Get rid of unused LIBDIRSUFFIX and SLKCFLAGS.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-06-03 10:38:33 +07:00
..
README
git2tarxz.sh
kodespel.1
kodespel.SlackBuild
kodespel.info
kodespel.rst
sbo.dict
slack-desc

README

kodespel (spell-checker for source code)

kodespel is a spellchecker for source code. kodespel's nifty trick
is that it knows how to split common programming identifiers like
'getAllStuff' or 'DoThingsNow' or 'num_objects' or 'HTTPResponse' into
words, feed those to ispell, and interpret ispell's output.

See also: codespell (same concept, different implementation).