haroonga-0.1.2.0: README.md
Haroonga
===
[](https://travis-ci.org/cosmo0920/haroonga)
Low level Haskell binding for Groonga.
## dependencies
* groonga 4.0.2+
* hsc2hs
* and some cabal packages
## export module(s)
* Bindings.Groonga
* Bindings.Groonga.Raw
* Bindings.Groonga.Raw.Plugin
* Bindings.Groonga.SimpleAPI
* Bindings.Groonga.Types
## How to install
Install Groonga.
For example, if you use Ubuntu Linux, see: http://groonga.org/docs/install/ubuntu.html#lts-precise-pangolin
And then,
```bash
$ cabal install haroonga
```
## Support Platform
* Currently, Haroonga supports __platform which has pkg-config command only__.
- Linux
- Mac OSX