packages feed

starling-0.2.0: starling.cabal

name:            starling
version:         0.2.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, bytestring,
                   transformers == 0.1.*, failure == 0.0.*

  exposed-modules:
        Network.Starling
        Network.Starling.Core
        Network.Starling.Connection