mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"name": "civetweb",
|
|
"version": "1.15",
|
|
"description": "Easy to use, powerful, C/C++ embeddable web server.",
|
|
"homepage": "https://github.com/civetweb/civetweb",
|
|
"supports": "!uwp",
|
|
"features": {
|
|
"ssl": {
|
|
"description": "Enable SSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|