27 lines
480 B
JSON
27 lines
480 B
JSON
|
{
|
||
|
"name": "mongoose",
|
||
|
"version": "7.6",
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|