vcpkg/ports/mongo-cxx-driver/CONTROL
Jack·Boos·Yu d98696de85
[vcpkg baseline] Fix CI test (#10508)
* re-trigger ci test

* [kealib] Switch repo to github

* [mongo-c-driver] Set icu as a feature

* [monkeys-audio] Update version to 5.24

* [mongo-c-driver] Fix arm build

* [mongo-c-driver] Re-generate patch

* [mongo-c-driver] Remove key word PRIVATE in patch

* [llvm] Remove default feature tools

* [llvm] Add judgment to install tools

* [llvm] Add more condition

* [llvm] Fix clang cmake files when selecting feature tools

* [halide] Fix build depends info in CONTROL

* update baseline
2020-03-25 20:43:02 -07:00

18 lines
564 B
Plaintext

Source: mongo-cxx-driver
Version: 3.4.0-4
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.