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