mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:49:00 +08:00
e7e328cf9d
* [many ports] call vcpkg_fixup_pkgconfig() The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files * Update port-version for armadillo and polyclipping. * Update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
44 lines
876 B
JSON
44 lines
876 B
JSON
{
|
|
"name": "mongo-c-driver",
|
|
"version": "1.17.6",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|