aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cli/vcpkg.json
blob: 1ccea5cd890df11b7d27a398d656d3d1871d2b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cli",
  "version": "2.2.0",
  "description": "A library for interactive command line interfaces in modern C++",
  "homepage": "https://github.com/daniele77/cli",
  "license": "BSL-1.0",
  "dependencies": [
    "boost-asio",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}