mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:42:52 +08:00
7a33ed1718
* [mongoose] Update to 7.9 * update version
27 lines
480 B
JSON
27 lines
480 B
JSON
{
|
|
"name": "mongoose",
|
|
"version": "7.9",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|