mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 21:29:01 +08:00
30 lines
602 B
JSON
30 lines
602 B
JSON
|
{
|
||
|
"name": "seasocks",
|
||
|
"version": "1.4.5",
|
||
|
"description": "Simple, small, C++ embeddable webserver with WebSockets support",
|
||
|
"homepage": "https://github.com/mattgodbolt/seasocks",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"supports": "!windows & !osx & !android",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"default-features": [
|
||
|
"zlib"
|
||
|
],
|
||
|
"features": {
|
||
|
"zlib": {
|
||
|
"description": "Build with Deflate support via zlib",
|
||
|
"dependencies": [
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|