Source: memcachedb
Section: web
Priority: optional
Maintainer: Arto Jantunen <viiru@debian.org>
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7.3.12), libdb4.7-dev, libevent-dev
Homepage: http://memcachedb.org/

Package: memcachedb
Architecture: any
Pre-Depends: adduser (>= 3.40)
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: db4.7-util
Description: Persistent storage engine using the memcache protocol
 Memcachedb is a distributed key-value storage system designed for
 persistent data. It is NOT a cache solution, but a persistent storage
 engine for fast and reliable key-value based object storage and
 retrieval.
 .
 It conforms to the memcache protocol, so any memcached client can
 have connectivity with it. Memcachedb uses Berkeley DB as a storing
 backend, so lots of features including transactions and replication
 are available.
