early-access version 2853
This commit is contained in:
27
externals/vcpkg/ports/telnetpp/vcpkg.json
vendored
Executable file
27
externals/vcpkg/ports/telnetpp/vcpkg.json
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "telnetpp",
|
||||
"version-string": "2.1.2",
|
||||
"port-version": 1,
|
||||
"description": "Telnet++ is an implementation of the Telnet Session Layer protocol using C++14",
|
||||
"homepage": "https://github.com/KazDragon/telnetpp",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"boost-container",
|
||||
"boost-exception",
|
||||
"boost-range",
|
||||
"boost-signals2",
|
||||
"boost-variant",
|
||||
"gsl-lite"
|
||||
],
|
||||
"default-features": [
|
||||
"zlib"
|
||||
],
|
||||
"features": {
|
||||
"zlib": {
|
||||
"description": "Zlib support",
|
||||
"dependencies": [
|
||||
"zlib"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user