1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
]
}
}
}
|