Source: alt-php71-pecl-igbinary
Section: php
Priority: optional
Maintainer: Eduard Chiganov <echiganov@cloudlinux.com>
Build-Depends: debhelper (>=9),
               autoconf,
               g++,
               libstdc++-12-dev,
               pkg-config,
               alt-php71-dev
Standards-Version: 3.9.6
Homepage: http://pecl.php.net/


Package: alt-php71-pecl-igbinary
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts:
 alt-php71-pecl-ext (<< 1-85)
Description: Igbinary is a drop in replacement for the standard php serializer. Instead of
 the time and space consuming textual representation used by PHP's serialize(), igbinary 
 stores php data structures in a compact binary form. Savings are significant when using
 memcached or similar memory based storages for serialized data.

Package:alt-php71-pecl-igbinary-tests
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
               alt-php71-pecl-igbinary
Description: The igbinary-tests package contains the unit tests from the tarball
