Popularity
1.3
Declining
Activity
3.6
-
1
1
2

Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Language    
Latest version: v0.2.0.0

hunspell-hs alternatives and similar packages

Based on the "Language" category.
Alternatively, view hunspell-hs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hunspell-hs or a related project?

Add another 'Language' Package

README

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