mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:11:49 +08:00
16 lines
308 B
JSON
16 lines
308 B
JSON
|
{
|
||
|
"name": "mongoose",
|
||
|
"version": "7.1",
|
||
|
"description": "Embedded web server / embedded networking library",
|
||
|
"homepage": "https://cesanta.com/",
|
||
|
"supports": "!uwp",
|
||
|
"features": {
|
||
|
"ssl": {
|
||
|
"description": "Build with openssl",
|
||
|
"dependencies": [
|
||
|
"openssl"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|