Source: xcache
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <pkg-php-pecl@lists.alioth.debian.org>
Uploaders: Michal Čihař <nijel@debian.org>
Build-Depends: debhelper (>= 9), 
    php5-dev (>= 5.5),
    dh-php5,
    php5-cli
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/xcache.git
Vcs-Git: git://anonscm.debian.org/pkg-php/xcache.git
Homepage: http://xcache.lighttpd.net/

Package: php5-xcache
Architecture: any
Pre-Depends: dpkg (>= 1.15.7.2)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
Recommends: ${misc:Recommends}
Conflicts: php5-user-cache, php-apc
Replaces: php5-user-cache
Provides: php5-user-cache
Description: Fast, stable PHP opcode cacher
 XCache is a fast, stable PHP opcode cacher that has been tested and
 is now running on production servers under high load.  It overcomes a
 lot of problems that has been with other competing opcachers such as
 being able to be used with new PHP versions.
 .
 PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
 from C, Java and Perl with a couple of unique PHP-specific features thrown
 in. The goal of the language is to allow web developers to write
 dynamically generated pages quickly.
