2020-10-21 07:13:43 +08:00
|
|
|
{
|
|
|
|
"name": "freetds",
|
2022-05-14 06:46:37 +08:00
|
|
|
"version": "1.3.10",
|
2023-06-16 05:49:00 +08:00
|
|
|
"port-version": 2,
|
2020-10-21 07:13:43 +08:00
|
|
|
"description": "Implementation of the Tabular Data Stream protocol",
|
|
|
|
"homepage": "https://www.freetds.org",
|
2022-05-14 06:46:37 +08:00
|
|
|
"license": "GPL-2.0-only",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "windows & !uwp & !xbox",
|
2022-05-14 06:46:37 +08:00
|
|
|
"dependencies": [
|
2022-06-02 08:13:53 +08:00
|
|
|
{
|
|
|
|
"name": "gperf",
|
|
|
|
"host": true
|
|
|
|
},
|
2022-05-14 06:46:37 +08:00
|
|
|
{
|
|
|
|
"name": "libmysql",
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "unixodbc",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2020-10-21 07:13:43 +08:00
|
|
|
"default-features": [
|
|
|
|
"openssl"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"openssl": {
|
|
|
|
"description": "OpenSSL support",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
2022-05-14 06:46:37 +08:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "Build tools"
|
2020-10-21 07:13:43 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|