aspell-pipe: Pipe-based interface to the Aspell program

[ bsd3, library, text ] [ Propose Tags ]

A pipe-based interface to the Aspell program (no dynamic linking required).


[Skip to Readme]

Modules

[Last Documentation]

  • Text
    • Text.Aspell

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.5, 0.6
Change log ChangeLog.md
Dependencies base (>=4.8 && <4.9), process (>=1.6), text [details]
License BSD-3-Clause
Copyright 2017 Jonathan Daugherty
Author Jonathan Daugherty
Maintainer jtd@galois.com
Category Text
Source repo head: git clone https://github.com/matterhorn-chat/aspell-pipe.git
Uploaded by JonathanDaugherty at 2017-06-26T23:00:22Z
Distributions NixOS:0.6
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5175 total (44 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-06-26 [all 3 reports]

Readme for aspell-pipe-0.1

[back to package description]

aspell-pipe

This package provides a simple interface to the aspell spell checker tool. In particular, this library communicates with aspell using its pipe interface rather than linking directly to the Aspell shared library. This is because in some cases it is desirable to avoid a shared library dependency and to deal gracefully with an absent spell checker.

To get started, see the Haddock documentation for Text.Aspell.