<?xml version="1.0" encoding="UTF-8"?>
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0     http://pear.php.net/dtd/tasks-1.0.xsd     http://pear.php.net/dtd/package-2.1     http://pear.php.net/dtd/package-2.1.xsd">
 <name>mongodb</name>
 <channel>pecl.php.net</channel>
 <summary>MongoDB driver for PHP</summary>
 <description>
The purpose of this driver is to provide exceptionally thin glue between MongoDB
and PHP, implementing only fundamental and performance-critical components
necessary to build a fully-functional MongoDB driver.
</description>
 <lead>
  <name>Andreas Braun</name>
  <user>alcaeus</user>
  <email>alcaeus@php.net</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Jeremy Mikola</name>
  <user>jmikola</user>
  <email>jmikola@php.net</email>
  <active>no</active>
 </lead>
 <lead>
  <name>Derick Rethans</name>
  <user>derick</user>
  <email>derick@php.net</email>
  <active>no</active>
 </lead>
 <lead>
  <name>Hannes Magnusson</name>
  <user>bjori</user>
  <email>bjori@php.net</email>
  <active>no</active>
 </lead>
 <developer>
  <name>Katherine Walker</name>
  <user>kvwalker</user>
  <email>kvwalker@php.net</email>
  <active>no</active>
 </developer>
 <date>%RELEASE_DATE%</date>
 <time>%RELEASE_TIME%</time>
 <version>
  <release>%RELEASE_VERSION%</release>
  <api>%RELEASE_VERSION%</api>
 </version>
 <stability>
  <release>%RELEASE_STABILITY%</release>
  <api>%RELEASE_STABILITY%</api>
 </stability>
 <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
 <notes>
%RELEASE_NOTES%
 </notes>
 <contents>
%RELEASE_FILES%
 </contents>
 <dependencies>
  <required>
   <php>
    <min>8.1.0</min>
    <max>8.99.99</max>
   </php>
   <pearinstaller>
    <min>1.4.8</min>
   </pearinstaller>
  </required>
 </dependencies>
 <providesextension>mongodb</providesextension>
 <extsrcrelease>
  <configureoption name="enable-mongodb-developer-flags"       prompt="Enable developer flags? (yes/no)"                                            default="no" />
  <configureoption name="enable-mongodb-coverage"              prompt="Enable code coverage? (yes/no)"                                              default="no" />
  <configureoption name="with-mongodb-system-libs"             prompt="Use system libraries for libbson, libmongoc, and libmongocrypt? (yes/no)"    default="no" />
  <configureoption name="with-mongodb-client-side-encryption"  prompt="Enable client-side encryption? (auto/yes/no)"                                default="auto" />
  <configureoption name="with-mongodb-snappy"                  prompt="Enable Snappy for compression? (auto/yes/no)"                                default="auto" />
  <configureoption name="with-mongodb-zlib"                    prompt="Enable zlib for compression? (auto/system/bundled/no)"                       default="auto" />
  <configureoption name="with-mongodb-zstd"                    prompt="Enable zstd for compression? (auto/yes/no)"                                  default="auto" />
  <configureoption name="with-mongodb-sasl"                    prompt="Enable SASL for Kerberos authentication? (auto/cyrus/no)"                    default="auto" />
  <configureoption name="with-mongodb-ssl"                     prompt="Enable crypto and TLS? (auto/openssl/darwin/no)"                             default="auto" />
  <configureoption name="enable-mongodb-crypto-system-profile" prompt="Use system crypto profile (OpenSSL only)? (yes/no)"                          default="no" />
  <configureoption name="with-mongodb-utf8proc"                prompt="Use bundled or system utf8proc for SCRAM-SHA-256 SASLprep? (bundled/system)" default="bundled" />
 </extsrcrelease>
</package>
