starling-0.3.0: starling.cabal
name: starling
version: 0.3.0
stability: Alpha
synopsis: A memcached client
description: A haskell memcached client. See http:\/\/memcached.org
for more information.
.
This implements the new binary protocol,
so it only works with memcached version
1.3 and newer.
homepage: http://community.haskell.org/~aslatter/starling
category: Network
license: BSD3
license-file: LICENSE
author: Antoine Latter <aslatter@gmail.com>
maintainer: Antoine Latter <aslatter@gmail.com>
build-type: Simple
cabal-version: >= 1.6
extra-source-files: CHANGES
source-repository head
type: darcs
location: http://community.haskell.org/~aslatter/code/starling
library
build-depends: base == 4.*, binary == 0.5.* , bytestring == 0.9.* ,
transformers == 0.2.*, failure == 0.1.*
exposed-modules:
Network.Starling
Network.Starling.Core
Network.Starling.Connection