mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:28:59 +08:00
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)"
|
||
|
}
|
||
|
}
|
||
|
}
|