aboutsummaryrefslogtreecommitdiff
path: root/ports/nanomsg/vcpkg.json
blob: 4ed0ef1c5f8df4b2089c54e6d0f9fd95af182260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "nanomsg",
  "version-string": "1.1.5",
  "port-version": 3,
  "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."
  ],
  "features": {
    "tool": {
      "description": "nanomsg tool (nanocat)"
    }
  }
}