early-access version 2853
This commit is contained in:
43
externals/vcpkg/ports/mongo-c-driver/vcpkg.json
vendored
Executable file
43
externals/vcpkg/ports/mongo-c-driver/vcpkg.json
vendored
Executable file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "mongo-c-driver",
|
||||
"version": "1.17.6",
|
||||
"port-version": 2,
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user