aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/restinio/vcpkg.json
blob: 0d394eec2423d292c5ec75fab979178e10e14094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "restinio",
  "version": "0.7.8",
  "description": "A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.",
  "homepage": "https://github.com/Stiffstream/restinio",
  "license": "BSD-3-Clause",
  "dependencies": [
    "asio",
    "expected-lite",
    "fmt",
    "llhttp",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}