vcpkg/ports/nng/vcpkg.json
myd7349 b74d9b2519
[nng] Update to v1.5.1 (#19478)
* [nng] Update to v1.5.1

* [nng] Bump version

* [nng] Quote source path

* [nng] Bump version
2021-09-09 21:12:21 -07:00

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)"
}
}
}