mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
79a1b84130
* Update nanomsg to 1.2 * Update CI baseline * Add port metadata * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
26 lines
780 B
JSON
26 lines
780 B
JSON
{
|
|
"name": "nanomsg",
|
|
"version-semver": "1.2.0",
|
|
"description": [
|
|
"A simple high-performance implementation of several \"scalability protocols\".",
|
|
"These scalability protocols are light-weight messaging protocols which can be used to solve a number of very common messaging patterns, such as request/reply, publish/subscribe, surveyor/respondent, and so forth. These protocols can run over a variety of transports such as TCP, UNIX sockets, and even WebSocket."
|
|
],
|
|
"homepage": "https://nanomsg.org/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "nanomsg tool (nanocat)"
|
|
}
|
|
}
|
|
}
|