mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:09:00 +08:00
68c63203e6
* get latest version * libbson 1.17.6 * Updated patches * bson sha * Mongoc upgraded to 1.17.6 * updated sha * Updated mongoc to latest * updated sha * upgraded mongo-cxx * manifest fix * updated sha * PR comments * updated sha * fixed missing dependency. deleted unused patch * sha * PR comments * sha * Use modern cmake helpers for mongo-cxx-driver. * Rebuild version database. Co-authored-by: Billy Robert ONeal III <bion@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
36 lines
844 B
JSON
36 lines
844 B
JSON
{
|
|
"name": "mongo-cxx-driver",
|
|
"version": "3.6.5",
|
|
"description": "MongoDB C++ Driver.",
|
|
"homepage": "https://github.com/mongodb/mongo-cxx-driver",
|
|
"dependencies": [
|
|
"boost-optional",
|
|
"boost-smart-ptr",
|
|
"boost-utility",
|
|
"libbson",
|
|
"mongo-c-driver",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"boost": {
|
|
"description": "Use Boost C++17 polyfill. The only option under MSVC."
|
|
},
|
|
"mnmlstc": {
|
|
"description": "Use MNMLSTC/core C++17 polyfill."
|
|
},
|
|
"std-experimental": {
|
|
"description": "Use optional and string_view from std::experimental."
|
|
},
|
|
"system-mnmlstc": {
|
|
"description": "Use an available version of MNMLSTC on your system as C++17 polyfill."
|
|
}
|
|
}
|
|
}
|