aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lionkor-commandline/vcpkg.json
blob: 4ecd7acd421e967f643f58ffc38bb385581ebdda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "lionkor-commandline",
  "version-semver": "2.4.2",
  "description": "A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.",
  "homepage": "https://github.com/lionkor/commandline/",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}