aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cinatra/vcpkg.json
blob: 45bd2a2cc9977c87e2bbee138f75b71a026263a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "cinatra",
  "version": "0.9.5",
  "port-version": 1,
  "description": "Cinatra is a high performance HTTP framework with modern C++ features.",
  "homepage": "https://github.com/qicosmos/cinatra",
  "license": "MIT",
  "supports": "!uwp & !android",
  "dependencies": [
    "asio",
    "async-simple",
    "iguana",
    "tanakh-cmdline"
  ]
}