Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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"
]
}
}
}