2021-07-20 12:24:58 -05:00
|
|
|
{
|
|
|
|
"name": "civetweb",
|
2023-10-03 12:03:56 +08:00
|
|
|
"version": "1.16",
|
2024-01-10 17:24:54 -08:00
|
|
|
"port-version": 2,
|
2021-07-20 12:24:58 -05:00
|
|
|
"description": "Easy to use, powerful, C/C++ embeddable web server.",
|
|
|
|
"homepage": "https://github.com/civetweb/civetweb",
|
2023-09-18 22:55:02 +06:00
|
|
|
"supports": "!uwp",
|
2022-08-18 19:59:28 +02:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2024-01-10 17:24:54 -08:00
|
|
|
},
|
|
|
|
"zlib"
|
2022-08-18 19:59:28 +02:00
|
|
|
],
|
2021-07-20 12:24:58 -05:00
|
|
|
"features": {
|
|
|
|
"ssl": {
|
|
|
|
"description": "Enable SSL support",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|