vcpkg/ports/nng/vcpkg.json

19 lines
389 B
JSON
Raw Normal View History

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