vcpkg/ports/nng/vcpkg.json
myd7349 c6fbdb0c5d
[nng] Update to 1.3.2 (#13545)
* [nng] Update to 1.3.2

[nng] Add tools feature

* [nng] Let's give ninja a second chance

* Update ports/nng/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-24 12:25:36 -07:00

19 lines
389 B
JSON

{
"name": "nng",
"version-string": "1.3.2",
"description": "nanomsg-next-gen, lightweight messaging library",
"homepage": "https://nng.nanomsg.org",
"license": "MIT",
"features": {
"mbedtls": {
"description": "nng TLS support",
"dependencies": [
"mbedtls"
]
},
"tools": {
"description": "nng tools (nngcat, for example)"
}
}
}