mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:28:59 +08:00
c6fbdb0c5d
* [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>
19 lines
389 B
JSON
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)"
|
|
}
|
|
}
|
|
}
|