Bindings to Groonga http://groonga.org/.


Keywords
lgpl, library, Propose Tags, http://groonga.org/, Skip to Readme, , Index, Bindings.Groonga, Bindings.Groonga.CommandAPI, Bindings.Groonga.Raw, Bindings.Groonga.Raw.Plugin, Bindings.Groonga.Raw.Tokenizer, Bindings.Groonga.Types, haroonga-0.1.7.1.tar.gz, browse, Package description, Package maintainers, cosmo0920, edit package information , http://groonga.org/docs/install/ubuntu.html#lts-precise-pangolin, Hackage
License
LGPL-2.1-only
Install
cabal install haroonga-0.1.7.1

Documentation

Haroonga

Build Status

Low level Haskell binding for Groonga.

dependencies

  • Groonga 4.1.1+
  • hsc2hs
  • and some cabal packages (see: haroonga.cabal)

export module(s)

  • Bindings.Groonga
  • Bindings.Groonga.Raw
  • Bindings.Groonga.Raw.Plugin
  • Bindings.Groonga.Raw.Tokenizer
  • Bindings.Groonga.CommandAPI
  • 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,

$ cabal install haroonga

Support Platform

  • Currently, Haroonga supports platform which has pkg-config command only.
    • Linux
    • Mac OSX

Windows installation (for advanced users) experimental

  • Install Groonga windows binary (e.g. C:\groonga)

  • And type following command:

    cabal install --extra-include-dirs='C:\groonga\include\groonga' --extra-lib-dirs='C:\groonga\lib'

Haddock