aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nngpp/vcpkg.json
blob: 2720e9b0d6d90159e15d50af078711b211dc7693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "nngpp",
  "version": "1.3.0",
  "port-version": 3,
  "description": "C++ wrapper around the nanomsg NNG API.",
  "homepage": "https://github.com/cwzx/nngpp",
  "dependencies": [
    "nng",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}