starling-0.0.2: starling.cabal
name: starling
version: 0.0.2
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/code/starling
category: Network
license: BSD3
license-file: LICENSE
author: Antoine Latter <aslatter@gmail.com>
maintainer: Antoine Latter <aslatter@gmail.com>
cabal-version: >= 1.6
build-depends: base==4.*, binary, bytestring
build-type: Simple
extra-source-files: CHANGES
exposed-modules:
Network.Starling
Network.Starling.Core
Network.Starling.Connection