1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"name": "libwebsockets",
"version-semver": "4.4.1",
"description": "Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.",
"homepage": "https://libwebsockets.org/",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "libuv",
"platform": "!emscripten"
},
"openssl",
"pthreads",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}
|