2021-09-09 02:56:06 +08:00
|
|
|
{
|
|
|
|
"name": "mongo-c-driver",
|
2023-08-18 03:56:00 +08:00
|
|
|
"version": "1.24.3",
|
2021-09-09 02:56:06 +08:00
|
|
|
"description": "Client library written in C for MongoDB.",
|
|
|
|
"homepage": "https://github.com/mongodb/mongo-c-driver",
|
2022-11-03 05:39:31 +08:00
|
|
|
"license": null,
|
|
|
|
"supports": "!uwp",
|
2021-09-09 02:56:06 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libbson",
|
|
|
|
{
|
2022-11-03 05:39:31 +08:00
|
|
|
"name": "mongo-c-driver",
|
|
|
|
"features": [
|
|
|
|
"openssl"
|
|
|
|
],
|
|
|
|
"platform": "!windows & !osx & !ios"
|
2021-09-09 02:56:06 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
},
|
2022-11-03 05:39:31 +08:00
|
|
|
"openssl": {
|
|
|
|
"description": "Use OpenSSL (even on Windows or Apple systems)",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
2021-09-09 02:56:06 +08:00
|
|
|
"snappy": {
|
|
|
|
"description": "Enables snappy compressor support",
|
|
|
|
"dependencies": [
|
|
|
|
"snappy"
|
|
|
|
]
|
2021-10-27 13:31:19 +08:00
|
|
|
},
|
|
|
|
"zstd": {
|
|
|
|
"description": "Enables zstd compressor support",
|
|
|
|
"dependencies": [
|
2022-11-03 05:39:31 +08:00
|
|
|
{
|
|
|
|
"name": "pkgconf",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-10-27 13:31:19 +08:00
|
|
|
"zstd"
|
|
|
|
]
|
2021-09-09 02:56:06 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|