vcpkg/ports/telnetpp/vcpkg.json
Vitaly 921f059d91
[telnetpp] Update port version 2.1.2 -> 3.1.0 (#36571)
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2024-06-02 21:55:58 -07:00

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"
]
}
}
}