hunspell-hs: Hunspell thread-safe FFI bindings for spell checking.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/ashutoshrishi/hunspell-hs#readme


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.2.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), stm [details]
License BSD-3-Clause
Copyright 2018 Ashutosh Rishi Ranjan
Author Ashutosh Rishi Ranjan
Maintainer ashutoshrishi92@gmail.com
Category Language
Home page https://github.com/ashutoshrishi/hunspell-hs#readme
Bug tracker https://github.com/ashutoshrishi/hunspell-hs/issues
Source repo head: git clone https://github.com/ashutoshrishi/hunspell-hs
Uploaded by ashutoshrishi at 2018-06-04T13:34:50Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hunspell-hs-0.1.0.0

[back to package description]

hunspell-hs

Build Status

Haskell bindings for Hunspell with thread-safety in mind. The goal was to be able to serve hunspell as an API in a webserver.

Takes inspiration from the Golang bindings: https://github.com/akhenakh/hunspellgo

Please refer to the module description for Language.Hunspell on Hackage for more information.

Installation

This package needs to find the libhunspell shared library on your system.

On Linux (use your package manager to install libhunspell-dev):

sudo apt install libhunspell-dev

On Macos:

brew install hunspell