29 lines
542 B
JSON
Executable File
29 lines
542 B
JSON
Executable File
{
|
|
"name": "nng",
|
|
"version-semver": "1.5.2",
|
|
"description": "nanomsg-next-gen, lightweight messaging library",
|
|
"homepage": "https://nng.nanomsg.org",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"mbedtls": {
|
|
"description": "nng TLS support",
|
|
"dependencies": [
|
|
"mbedtls"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "nng tools (nngcat, for example)"
|
|
}
|
|
}
|
|
}
|