vcpkg/ports/usockets/vcpkg.json
Cheney Wang 0508fb44dd
[usockets] Update to 0.8.5 (#28879)
* [usockets] Update to 0.8.5

* x-add-version
2023-01-11 23:07:33 -08:00

32 lines
691 B
JSON

{
"name": "usockets",
"version": "0.8.5",
"description": "Miniscule cross-platform eventing, networking & crypto for async applications",
"homepage": "https://github.com/uNetworking/uSockets",
"license": "Apache-2.0",
"dependencies": [
"libuv",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"event": {
"description": "Build usockets with epoll support"
},
"network": {
"description": "Build usockets with winsock support",
"dependencies": [
"winsock2"
]
},
"ssl": {
"description": "Build usockets with openssl support",
"dependencies": [
"openssl"
]
}
}
}