38 lines
892 B
JSON
Executable File
38 lines
892 B
JSON
Executable File
{
|
|
"name": "mongo-cxx-driver",
|
|
"version": "3.6.5",
|
|
"port-version": 3,
|
|
"description": "MongoDB C++ Driver.",
|
|
"homepage": "https://github.com/mongodb/mongo-cxx-driver",
|
|
"license": "Apache-2.0",
|
|
"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."
|
|
}
|
|
}
|
|
}
|