mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:39:01 +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>
19 lines
580 B
Plaintext
19 lines
580 B
Plaintext
Source: mongo-cxx-driver
|
|
Version: 3.4.0-5
|
|
Port-Version: 1
|
|
Build-Depends: libbson, mongo-c-driver, boost-smart-ptr, boost-optional, boost-utility
|
|
Homepage: https://github.com/mongodb/mongo-cxx-driver
|
|
Description: MongoDB C++ Driver.
|
|
|
|
Feature: mnmlstc
|
|
Description: Use MNMLSTC/core C++17 polyfill.
|
|
|
|
Feature: system-mnmlstc
|
|
Description: Use an available version of MNMLSTC on your system as C++17 polyfill.
|
|
|
|
Feature: boost
|
|
Description: Use Boost C++17 polyfill. The only option under MSVC.
|
|
|
|
Feature: std-experimental
|
|
Description: Use optional and string_view from std::experimental.
|