mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
30 lines
591 B
JSON
30 lines
591 B
JSON
{
|
|
"name": "seasocks",
|
|
"version": "1.4.6",
|
|
"description": "Simple, small, C++ embeddable webserver with WebSockets support",
|
|
"homepage": "https://github.com/mattgodbolt/seasocks",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!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"
|
|
]
|
|
}
|
|
}
|
|
}
|