vcpkg/ports/webthing-cpp/vcpkg.json
Benno Waldhauer 3447aa6e68
[Webthing-CPP] add new port (#41669)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-10-22 23:36:26 -07:00

31 lines
615 B
JSON

{
"name": "webthing-cpp",
"version": "1.0.5",
"description": "Webthing-CPP is a modern CPP/C++17 implementation of the WebThings API.",
"homepage": "https://github.com/bw-hro/webthing-cpp",
"license": "MIT",
"dependencies": [
"json-schema-validator",
"mdns",
"nlohmann-json",
"uwebsockets",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"ssl": {
"description": "Support HTTPS via uwebsockets",
"dependencies": [
{
"name": "usockets",
"features": [
"ssl"
]
}
]
}
}
}