vcpkg/ports/bext-wintls/vcpkg.json
autoantwort 70a3c7d3c5
[bext-wintls] add new port (#20719)
* [bext-wintls] add new port

* delete extra blank lines

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-14 17:47:11 -07:00

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