blob: 60e374eba8ebb84a548be6fcc21aa015451de605 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "mongo-cxx-driver",
"version-string": "3.4.0-5",
"port-version": 3,
"description": "MongoDB C++ Driver.",
"homepage": "https://github.com/mongodb/mongo-cxx-driver",
"dependencies": [
"boost-optional",
"boost-smart-ptr",
"boost-utility",
"libbson",
"mongo-c-driver"
],
"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."
}
}
}
|