Source: php-cache
Section: web
Priority: optional
Maintainer: Dario Minnucci <midget@debian.org>
Build-Depends: debhelper (>= 8), php-pear, dh-make-php (>= 0.2.3), cdbs
Standards-Version: 3.9.2
Homepage: http://pear.php.net/package/Cache
Vcs-Git: git://git.debian.org/collab-maint/php-cache.git
Vcs-Browser: http://anonscm.debian.org/git/collab-maint/php-cache.git

Package: php-cache
Architecture: all
Recommends: php-http-request
Depends: php-pear, ${misc:Depends}
Suggests: php5-cli
Description: framework for caching of arbitrary data
 With the PEAR Cache you can cache the result of certain function
 calls, as well as the output of a whole script run or share data
 between applications.
 .
