aboutsummaryrefslogtreecommitdiff
path: root/ports/cppzmq/vcpkg.json
blob: db7ce81fbe8e1f0be3da45222dba954e06a31192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "cppzmq",
  "version": "4.7.1",
  "port-version": 2,
  "description": "lightweight messaging kernel, C++ bindings",
  "homepage": "https://github.com/zeromq/cppzmq",
  "dependencies": [
    "zeromq"
  ],
  "features": {
    "draft": {
      "description": "Build and install draft"
    }
  }
}