mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:59:05 +08:00
35f865d344
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
27 lines
481 B
JSON
27 lines
481 B
JSON
{
|
|
"name": "mongoose",
|
|
"version": "7.11",
|
|
"description": "Embedded web server / embedded networking library",
|
|
"homepage": "https://cesanta.com/",
|
|
"license": null,
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"ssl": {
|
|
"description": "Build with openssl",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|