33 lines
692 B
JSON

{
"name": "mysql-connector-cpp",
"version": "9.1.0",
"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,
"supports": "!uwp & !(windows & (arm | arm64))",
"dependencies": [
"lz4",
"openssl",
"protobuf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"zstd"
],
"features": {
"jdbc": {
"description": "Legacy JDBC support.",
"supports": "static",
"dependencies": [
"libmysql"
]
}
}
}