mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:39:01 +08:00
cd54580d1f
* Fixes source writes rather than using DISABLE_PARALLEL_CONFIGURE * Fixes to use modern vcpkg helpers. * Fixes to install to the correct include path rather than moving the resulting includes after the fact. * Remove do-nothign renames. * Fixes to make static cmake configs find the correct bits.
38 lines
752 B
JSON
38 lines
752 B
JSON
{
|
|
"name": "mongo-c-driver",
|
|
"version": "1.16.1",
|
|
"port-version": 6,
|
|
"description": "Client library written in C for MongoDB.",
|
|
"homepage": "https://github.com/mongodb/mongo-c-driver",
|
|
"dependencies": [
|
|
"libbson",
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"icu": {
|
|
"description": "Enable ICU support, necessary to use non-ASCII usernames or passwords",
|
|
"dependencies": [
|
|
"icu"
|
|
]
|
|
},
|
|
"snappy": {
|
|
"description": "Enables snappy compressor support",
|
|
"dependencies": [
|
|
"snappy"
|
|
]
|
|
}
|
|
}
|
|
}
|