2021-03-11 04:28:59 +08:00
|
|
|
{
|
|
|
|
"name": "libmysql",
|
2023-11-02 03:06:07 +08:00
|
|
|
"version": "8.0.34",
|
2024-01-05 09:41:17 +08:00
|
|
|
"port-version": 1,
|
2021-03-11 04:28:59 +08:00
|
|
|
"description": "A MySQL client library for C development",
|
|
|
|
"homepage": "https://github.com/mysql/mysql-server",
|
2022-07-23 05:38:57 +08:00
|
|
|
"license": "GPL-2.0-or-later",
|
2023-11-02 03:06:07 +08:00
|
|
|
"supports": "!android & !mingw & !uwp & !xbox",
|
2021-03-11 04:28:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
"boost-algorithm",
|
|
|
|
"boost-functional",
|
|
|
|
"boost-geometry",
|
|
|
|
"boost-graph",
|
|
|
|
"boost-optional",
|
2023-11-02 03:06:07 +08:00
|
|
|
{
|
|
|
|
"name": "libmysql",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-03-11 04:28:59 +08:00
|
|
|
"lz4",
|
2022-08-04 10:18:31 +08:00
|
|
|
{
|
|
|
|
"name": "ncurses",
|
|
|
|
"platform": "!windows | mingw"
|
|
|
|
},
|
2021-03-11 04:28:59 +08:00
|
|
|
"openssl",
|
2023-11-02 03:06:07 +08:00
|
|
|
"rapidjson",
|
2021-11-23 07:51:13 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2023-11-02 03:06:07 +08:00
|
|
|
"zlib",
|
|
|
|
"zstd"
|
2021-03-11 04:28:59 +08:00
|
|
|
]
|
|
|
|
}
|