mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:21:16 +08:00
98c5261b40
* Fixed port of mongo-c-driver/mongo-cxx-driver for android * mongo-c-driver - Default value of ENABLE_SHM_COUNTERS is AUTO * Use vcpkg provided variable VCPKG_TARGET_IS_ANDROID to detect android Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Increased port-version of mongo-c-driver * Increased port-version of mongo-cxx-driver Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
Source: mongo-c-driver
|
|
Version: 1.16.1-1
|
|
Port-Version: 1
|
|
Build-Depends: libbson, openssl (!windows), zlib
|
|
Description: Client library written in C for MongoDB.
|
|
Homepage: https://github.com/mongodb/mongo-c-driver
|
|
|
|
Feature: snappy
|
|
Description: Enables snappy compressor support
|
|
Build-Depends: snappy
|
|
|
|
Feature: icu
|
|
Description: Enable ICU support, necessary to use non-ASCII usernames or passwords
|
|
Build-Depends: icu |