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

[Index] [Quick Jump]

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 async (>=2.2 && <2.3), base (>=4.8 && <5), process (>=1.3), 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 2020-03-30T20:12:46Z
Distributions NixOS:0.6
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5155 total (38 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-03-30 [all 1 reports]

Readme for aspell-pipe-0.4

[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.