mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:39:08 +08:00
4f27ad617c
* Updated 'nng' to 1.4.0 * Generated version files for nng 1.4.0 Co-authored-by: Jackson Harmer <jackson.harmer@gm.com>
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "nng",
|
|
"version-string": "1.4.0",
|
|
"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)"
|
|
}
|
|
}
|
|
}
|