vcpkg/ports/nng/vcpkg.json

30 lines
564 B
JSON
Raw Normal View History

{
"name": "nng",
2023-12-19 05:26:22 +08:00
"version-semver": "1.6.0",
"description": "nanomsg-next-gen, lightweight messaging library",
"homepage": "https://nng.nanomsg.org",
"license": "MIT",
2023-11-14 16:25:44 +08:00
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"mbedtls": {
"description": "nng TLS support",
"dependencies": [
"mbedtls"
]
},
"tools": {
"description": "nng tools (nngcat, for example)"
}
}
}