aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nanomsg/vcpkg.json
blob: 1ea07a5bb261cfbb72fff8de020d7be8c4db62bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "nanomsg",
  "version-semver": "1.2.2",
  "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)"
    }
  }
}