aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tcp-pubsub/vcpkg.json
blob: dbac6ff08e46ec2baab5b870af5693d002d65e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "tcp-pubsub",
  "version": "1.0.3",
  "description": "TCP based publish-subscribe library for C++",
  "homepage": "https://github.com/eclipse-ecal/tcp_pubsub",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    "asio",
    "recycle",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}