mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
921f059d91
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
36 lines
688 B
JSON
36 lines
688 B
JSON
{
|
|
"name": "telnetpp",
|
|
"version": "3.1.0",
|
|
"description": "Telnet++ is an implementation of the Telnet Session Layer protocol using C++17",
|
|
"homepage": "https://github.com/KazDragon/telnetpp",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-container",
|
|
"boost-exception",
|
|
"boost-range",
|
|
"boost-signals2",
|
|
"boost-variant",
|
|
"gsl-lite",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"zlib": {
|
|
"description": "Zlib support",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|