packages feed

tokyotyrant-haskell-1.0: tokyotyrant-haskell.cabal

Name:           tokyotyrant-haskell
Version:        1.0
Synopsis:       FFI bindings to libtokyotyrant
Description:    This package provides a thin FFI binding to the libtokyotyrant
                C library shipped with Mikio Hirabayashi's Tokyo
                Tyrant. (<http://tokyocabinet.sourceforge.net/tyrantdoc/>)
Cabal-Version:  >= 1.6
Build-Type:     Simple
License:        BSD3
License-file:   LICENSE
Author:         Gregory Collins <gregory.collins@polarmobile.com>
Homepage:       http://www.polarmobile.com/
Copyright:      (c) 2009 Polar Mobile
Category:       Database
Stability:      provisional

Source-Repository head
  type:     git
  location: git://github.com/gregorycollins/tokyotyrant-haskell.git

Library
    hs-source-dirs:  src
    ghc-options:     -Wall -funbox-strict-fields
    exposed-modules: Database.TokyoTyrant.FFI
    extra-libraries: tokyocabinet, tokyotyrant

    build-depends:
        base >= 4 && < 5,
        bytestring,
        mtl