aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rsocket/vcpkg.json
blob: 3bace5ab11c9479c4ae0bc4f566650f5c18434a3 (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
26
27
28
29
30
{
  "name": "rsocket",
  "version-string": "2021.08.30.00",
  "port-version": 5,
  "description": "C++ implementation of RSocket http://rsocket.io",
  "homepage": "https://github.com/rsocket/rsocket-cpp",
  "dependencies": [
    "boost-context",
    "boost-filesystem",
    "boost-program-options",
    "boost-regex",
    "boost-system",
    "boost-thread",
    "double-conversion",
    "fmt",
    "folly",
    "gflags",
    "glog",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}