2021-04-08 03:25:49 +08:00
|
|
|
{
|
|
|
|
"name": "libmariadb",
|
2022-08-12 09:51:38 +08:00
|
|
|
"version-semver": "3.3.1",
|
2023-06-16 05:49:00 +08:00
|
|
|
"port-version": 3,
|
2021-04-08 03:25:49 +08:00
|
|
|
"description": "MariaDB Connector/C is used to connect C/C++ applications to MariaDB and MySQL databases",
|
|
|
|
"homepage": "https://github.com/MariaDB/mariadb-connector-c",
|
2022-08-04 02:58:02 +08:00
|
|
|
"license": "LGPL-2.1-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2021-11-18 07:33:26 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-04-08 03:25:49 +08:00
|
|
|
"zlib"
|
|
|
|
],
|
2021-11-18 07:33:26 +08:00
|
|
|
"default-features": [
|
|
|
|
"ssl"
|
|
|
|
],
|
2021-04-08 03:25:49 +08:00
|
|
|
"features": {
|
|
|
|
"iconv": {
|
|
|
|
"description": "Enables character set conversion",
|
|
|
|
"dependencies": [
|
|
|
|
"libiconv"
|
|
|
|
]
|
|
|
|
},
|
2021-11-18 07:33:26 +08:00
|
|
|
"mariadbclient": {
|
|
|
|
"description": "Build the static mariadbclient library"
|
|
|
|
},
|
2021-04-08 03:25:49 +08:00
|
|
|
"openssl": {
|
2021-11-18 07:33:26 +08:00
|
|
|
"description": "SSL support (OpenSSL)",
|
2021-04-08 03:25:49 +08:00
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
2021-11-18 07:33:26 +08:00
|
|
|
"schannel": {
|
2022-08-04 02:58:02 +08:00
|
|
|
"description": "SSL support (Secure Channel)",
|
|
|
|
"supports": "windows | mingw"
|
2021-11-18 07:33:26 +08:00
|
|
|
},
|
|
|
|
"ssl": {
|
|
|
|
"description": "Default SSL backend",
|
2021-04-08 03:25:49 +08:00
|
|
|
"dependencies": [
|
2021-11-18 07:33:26 +08:00
|
|
|
{
|
|
|
|
"name": "libmariadb",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"schannel"
|
|
|
|
],
|
|
|
|
"platform": "windows | mingw"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libmariadb",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"openssl"
|
|
|
|
],
|
|
|
|
"platform": "!windows & !mingw"
|
|
|
|
}
|
2021-04-08 03:25:49 +08:00
|
|
|
]
|
2021-11-18 07:33:26 +08:00
|
|
|
},
|
|
|
|
"zlib": {
|
|
|
|
"description": "Obsolete. zlib is always used. This feature is left for compatibility."
|
2022-10-09 12:38:15 +08:00
|
|
|
},
|
|
|
|
"zstd": {
|
|
|
|
"description": "Build zstd compression plugin.",
|
|
|
|
"dependencies": [
|
|
|
|
"zstd"
|
|
|
|
]
|
2021-04-08 03:25:49 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|