2021-07-20 12:24:58 -05:00
|
|
|
{
|
|
|
|
"name": "civetweb",
|
2021-09-10 06:18:53 +02:00
|
|
|
"version": "1.15",
|
2023-09-14 01:42:02 +02:00
|
|
|
"port-version": 3,
|
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-14 01:42:02 +02:00
|
|
|
"supports": "!uwp & !(arm & windows)",
|
2022-08-18 19:59:28 +02:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-07-20 12:24:58 -05:00
|
|
|
"features": {
|
|
|
|
"ssl": {
|
|
|
|
"description": "Enable SSL support",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|