vcpkg/ports/bext-wintls/vcpkg.json

11 lines
261 B
JSON
Raw Normal View History

{
"name": "bext-wintls",
"version": "0.9.8",
"description": "Native Windows TLS stream wrapper for use with boost::asio",
"homepage": "https://github.com/laudrup/boost-wintls",
2023-10-07 01:36:13 +08:00
"supports": "windows | mingw",
"dependencies": [
2023-10-07 01:36:13 +08:00
"boost-asio"
]
}