This package browser is in early development. Mind the rough edges.

enchant 1.6.0

Multi-backend spell-checking library wrapper

On the surface, Enchant appears to be a generic spell checking library. Looking closer, you'll see the Enchant is more-or-less a fancy wrapper around the dlopen() system call.

Enchant steps in to provide uniformity and conformity on top of these libraries, and implement certain features that may be lacking in any individual provider library. Everything should "just work" for any and every definition of "just working".

Installation

Install enchant 1.6.0 as follows:

guix install enchant@1.6.0

Or install the latest version:

guix install enchant

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.