Name: haskell-tyrant Version: 0.2 Cabal-Version: >= 1.2 Build-Type: Simple License: BSD3 License-File: LICENSE Author: Travis Brady Maintainer: Travis Brady Homepage: http://github.com/travisbrady/haskell-tyrant/tree/master Category: Database Synopsis: Haskell implementation of the Tokyo Tyrant binary protocol Description: A pure Haskell implementation of the Tokyo Tyrant binary protocol. Tokyo Tyrant is a database server for the Tokyo Cabinet database library. http://tokyocabinet.sourceforge.net/tyrantdoc/ Extra-Source-Files: README.md Library Exposed-Modules: Database.TokyoTyrant Other-Modules: Database.TokyoTyrant.Constants Build-Depends: base, network, binary, bytestring, network-bytestring