mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:51:48 +08:00
9e04e513b3
Co-authored-by: Jon <v-zhli17@microsoft.com>
30 lines
564 B
JSON
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)"
|
|
}
|
|
}
|
|
}
|