mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:42:15 +08:00
6aa4fca940
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 * version * typo * typo * fix build * version * deprecated vcpkg_extract_source_archive_ex * version * fix argument * version * Rename argument * version * More changes about argument * wrong op * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
36 lines
693 B
JSON
36 lines
693 B
JSON
{
|
|
"name": "telnetpp",
|
|
"version-string": "2.1.2",
|
|
"port-version": 2,
|
|
"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",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"zlib": {
|
|
"description": "Zlib support",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|