2021-03-11 04:02:54 +08:00
|
|
|
{
|
|
|
|
"name": "mongoose",
|
2024-05-22 05:58:15 +08:00
|
|
|
"version": "7.14",
|
2021-03-11 04:02:54 +08:00
|
|
|
"description": "Embedded web server / embedded networking library",
|
|
|
|
"homepage": "https://cesanta.com/",
|
2022-04-26 06:56:40 +08:00
|
|
|
"license": null,
|
2021-03-11 04:02:54 +08:00
|
|
|
"supports": "!uwp",
|
2022-01-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-03-11 04:02:54 +08:00
|
|
|
"features": {
|
|
|
|
"ssl": {
|
|
|
|
"description": "Build with openssl",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|