haroonga alternatives and similar packages
Based on the "FFI" category.
Alternatively, view haroonga alternatives based on common mentions on social networks and blogs.
-
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
inline-c
Write Haskell source files including C code inline. No FFI required. -
bindings-DSL
Library and macros to simplify writing Haskell FFI code -
bindings-lxc
Direct Haskell bindings to LXC (Linux containers) C API. -
statgrab
Haskell bindings to the portable system statistics libstatgrab library. -
bindings-levmar
Low level Haskell bindings to the C levmar (Levenberg-Marquardt) library -
hmatrix-gsl-stats
GSL Statistics functions for Haskell hmatrix -
bindings-gobject
Low level binding supporting GObject and derived libraries -
storable-static-array
Statically-sized array wrappers with Storable instances for FFI marshaling -
fixed-storable-array
fixed-size StorableArray wrapper with its own Storable instance -
bindings-sc3
Haskell bindings to the SuperCollider synthesis engine
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of haroonga or a related project?
README
Haroonga
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'