2021-04-08 04:12:01 +08:00
{
"name" : "libwebsockets" ,
2022-12-02 05:47:00 +08:00
"version-semver" : "4.3.2" ,
2021-04-08 04:12:01 +08:00
"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://github.com/warmcat/libwebsockets" ,
2021-10-16 10:27:54 +08:00
"supports" : "!uwp" ,
2021-04-08 04:12:01 +08:00
"dependencies" : [
2022-01-19 05:34:49 +08:00
{
"name" : "libuv" ,
"platform" : "!emscripten"
} ,
2021-04-08 04:12:01 +08:00
"openssl" ,
2021-04-30 07:16:35 +08:00
"pthreads" ,
2021-09-08 23:02:56 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
} ,
2021-04-08 04:12:01 +08:00
"zlib"
]
}