mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 02:53:48 +08:00
19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"name": "freetds",
|
|
"version-string": "1.2.5",
|
|
"description": "Implementation of the Tabular Data Stream protocol",
|
|
"homepage": "https://www.freetds.org",
|
|
"supports": "windows & !uwp",
|
|
"default-features": [
|
|
"openssl"
|
|
],
|
|
"features": {
|
|
"openssl": {
|
|
"description": "OpenSSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|