mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:59:05 +08:00
2b7370d1c0
* [libbjson] update port to v1.24.3 * update version * [libbson] add patch * update version * [mongo-c-driver] update port to v1.24.3 * update hash * [mongo-cxx-driver] update port to r3.8.0 * update hash
33 lines
662 B
JSON
33 lines
662 B
JSON
{
|
|
"name": "mongo-cxx-driver",
|
|
"version": "3.8.0",
|
|
"description": "MongoDB C++ Driver.",
|
|
"homepage": "https://github.com/mongodb/mongo-cxx-driver",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"libbson",
|
|
"mongo-c-driver",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"boost": {
|
|
"description": [
|
|
"Enables the Boost C++17 polyfill for bsoncxx.",
|
|
"Warning: This feature changes the ABI."
|
|
],
|
|
"dependencies": [
|
|
"boost-optional",
|
|
"boost-smart-ptr",
|
|
"boost-utility"
|
|
]
|
|
}
|
|
}
|
|
}
|