vcpkg/ports/nng/vcpkg.json
JonLiu1993 9e04e513b3
[nng] update to <1.8.0> (#40935)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-09-12 12:15:02 -07:00

30 lines
564 B
JSON

{
"name": "nng",
"version-semver": "1.8.0",
"description": "nanomsg-next-gen, lightweight messaging library",
"homepage": "https://nng.nanomsg.org",
"license": "MIT",
"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)"
}
}
}