mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 17:49:03 +08:00
68c63203e6
* get latest version * libbson 1.17.6 * Updated patches * bson sha * Mongoc upgraded to 1.17.6 * updated sha * Updated mongoc to latest * updated sha * upgraded mongo-cxx * manifest fix * updated sha * PR comments * updated sha * fixed missing dependency. deleted unused patch * sha * PR comments * sha * Use modern cmake helpers for mongo-cxx-driver. * Rebuild version database. Co-authored-by: Billy Robert ONeal III <bion@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
43 lines
855 B
JSON
43 lines
855 B
JSON
{
|
|
"name": "mongo-c-driver",
|
|
"version": "1.17.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"
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Enables zstd compressor support",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|