aboutsummaryrefslogtreecommitdiff
path: root/ports/wangle/vcpkg.json
blob: c499e71f04ece41bda969f2495dac59a7d6018cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "wangle",
  "version-string": "2021.06.14.00",
  "description": "Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.",
  "homepage": "https://github.com/facebook/wangle",
  "dependencies": [
    "boost-context",
    "boost-filesystem",
    "boost-regex",
    "boost-system",
    "boost-thread",
    "double-conversion",
    "fizz",
    "folly",
    "glog",
    "libevent",
    "openssl"
  ]
}