wok annotate enchant2/description.txt @ rev 24736

updated libev and libev-dev (4.31 -> 4.33)
author Hans-G?nter Theisgen
date Wed Mar 16 09:25:45 2022 +0100 (2022-03-16)
parents
children
rev   line source
Hans-G?nter@24515 1 Enchant is a library (and command-line program) that wraps a number of
Hans-G?nter@24515 2 different spelling libraries and programs with a consistent interface.
Hans-G?nter@24515 3 By using Enchant, you can use a wide range of spelling libraries,
Hans-G?nter@24515 4 including some specialised for particular languages, without needing to
Hans-G?nter@24515 5 program to each library's interface. If it's not convenient to call a
Hans-G?nter@24515 6 C library, you can access most of Enchant's functionality via the enchant
Hans-G?nter@24515 7 program, which communicates over a pipe, like ispell, and is indeed
Hans-G?nter@24515 8 ispell-compatible.