Source: php-mongo-php-adapter
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper-compat (= 12),
               mongodb,
               php-php-mongodb,
               phpab,
               phpunit,
               pkg-php-tools (>= 1.7~)
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/php-team/pear/php-mongo-php-adapter.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-mongo-php-adapter
Homepage: https://github.com/alcaeus/mongo-php-adapter

Package: php-mongo-php-adapter
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: ${phpcomposer:description}
 The Mongo PHP Adapter is a userland library designed to act as an adapter
 between applications relying on ext-mongo and the new driver (`ext-mongodb`).
 .
 It provides the API of ext-mongo built on top of mongo-php-library, thus being
 compatible with PHP 7.
