19 lines
382 B
JSON
19 lines
382 B
JSON
|
{
|
||
|
"name": "bext-wintls",
|
||
|
"version": "0.9.5",
|
||
|
"description": "Native Windows TLS stream wrapper for use with boost::asio",
|
||
|
"homepage": "https://github.com/laudrup/boost-wintls",
|
||
|
"supports": "windows",
|
||
|
"dependencies": [
|
||
|
"boost-asio",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|