asvyazin / libcouchbase.hs

Haskell binding for libcouchbase C library (https://github.com/couchbase/libcouchbase)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Early development stage, not for production yet.

To build:

  1. $ cabal configure --extra-lib-dirs <full path to libcouchbase lib dir>
  2. $ cabal build

Or build with stack: $ stack build --extra-lib-dirs <full path to libcouchbase lib dir>

You can also build and run tests: $ stack build --extra-lib-dirs <full path to libcouchbase lib dir> --test

About

Haskell binding for libcouchbase C library (https://github.com/couchbase/libcouchbase)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 94.4%Language:Haskell 5.6%