haroonga: Low level bindings for Groonga.

[ ffi, lgpl, library ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.6.0, 0.1.7.0, 0.1.7.1
Dependencies base (>=4.5 && <5), bindings-DSL (>=1.0 && <1.2), monad-control (>=0.3 && <0.4), resourcet (>=0.4), transformers (>=0.3 && <0.5) [details]
License LGPL-2.1-only
Author cosmo0920
Maintainer cosmo0920.wp@gmail.com
Category FFI
Source repo head: git clone git://github.com/cosmo0920/haroonga.git
Uploaded by cosmo0920 at 2014-07-30T11:19:13Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6205 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for haroonga-0.1.4.0

[back to package description]

Haroonga

Build Status

Low level Haskell binding for Groonga.

dependencies

  • groonga 4.0.3+
  • 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

Haddock