vcpkg/ports/mongoose/vcpkg.json

16 lines
308 B
JSON
Raw Normal View History

{
"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"
]
}
}
}