Source: php-cache-lite
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Prach Pongpanich <prachpub@gmail.com>
Build-Depends: debhelper (>= 9), pkg-php-tools
Build-Depends-Indep: php-pear
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-php/php-cache-lite.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-cache-lite.git
Homepage: http://pear.php.net/package/Cache_Lite/

Package: php-cache-lite
Architecture: all
Depends: php-pear, ${misc:Depends}
Description: Fast and lite data cache system
 A lite cache system optimized for high traffic websites that caches
 data on disk and/or in memory. Cached data is accessed through a
 user-defined cache ID (key). Can ensure various levels of safety in
 the face of concurrency, even when the cache is backed by a
 distributed file system.
