mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"name": "mongo-cxx-driver",
|
|
"version": "4.0.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
|
|
}
|
|
]
|
|
}
|