Haroonga === [![Build Status](https://travis-ci.org/cosmo0920/haroonga.png?branch=master)](https://travis-ci.org/cosmo0920/haroonga) Low level Haskell binding for Groonga. ## dependencies * groonga 4.0.0+ * hsc2hs * and some cabal packages ## export module(s) * Bindings.Groonga * Bindings.Groonga.Raw * 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 __Linux platform only__.