mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
b74d9b2519
* [nng] Update to v1.5.1 * [nng] Bump version * [nng] Quote source path * [nng] Bump version
29 lines
542 B
JSON
29 lines
542 B
JSON
{
|
|
"name": "nng",
|
|
"version-semver": "1.5.1",
|
|
"description": "nanomsg-next-gen, lightweight messaging library",
|
|
"homepage": "https://nng.nanomsg.org",
|
|
"license": "MIT",
|
|
"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)"
|
|
}
|
|
}
|
|
}
|