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