vcpkg/ports/nng/vcpkg.json
2023-11-14 00:25:44 -08:00

31 lines
585 B
JSON

{
"name": "nng",
"version-semver": "1.5.2",
"port-version": 1,
"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)"
}
}
}