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