2022-08-12 04:09:00 +08:00
|
|
|
{
|
|
|
|
"name": "mysql-connector-cpp",
|
2023-06-17 12:09:41 +08:00
|
|
|
"version": "8.0.32",
|
2023-07-08 00:18:28 +08:00
|
|
|
"port-version": 1,
|
2022-08-12 04:09:00 +08:00
|
|
|
"description": "This is a release of MySQL Connector/C++, the C++ interface for communicating with MySQL servers.",
|
|
|
|
"homepage": "https://github.com/mysql/mysql-connector-cpp",
|
|
|
|
"license": null,
|
2022-09-03 01:51:42 +08:00
|
|
|
"supports": "!uwp & !(windows & (arm | arm64))",
|
2022-08-12 04:09:00 +08:00
|
|
|
"dependencies": [
|
2023-06-17 12:09:41 +08:00
|
|
|
"lz4",
|
2022-09-03 01:51:42 +08:00
|
|
|
"openssl",
|
2023-06-17 12:09:41 +08:00
|
|
|
"protobuf",
|
2022-08-12 04:09:00 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2023-06-17 12:09:41 +08:00
|
|
|
},
|
|
|
|
"zlib",
|
|
|
|
"zstd"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"jdbc": {
|
|
|
|
"description": "Legacy JDBC support.",
|
|
|
|
"supports": "static",
|
|
|
|
"dependencies": [
|
|
|
|
"libmysql"
|
|
|
|
]
|
2022-08-12 04:09:00 +08:00
|
|
|
}
|
2023-06-17 12:09:41 +08:00
|
|
|
}
|
2022-08-12 04:09:00 +08:00
|
|
|
}
|