mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
fb5d36bcad
* winsocks2 is empty package on mingw * Fix usocket build on mingw * Update versions * Add license fields * Update versions * Update versions
37 lines
780 B
JSON
37 lines
780 B
JSON
{
|
|
"name": "usockets",
|
|
"version": "0.8.1",
|
|
"port-version": 2,
|
|
"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
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|