aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/readline-win32/vcpkg.json
blob: d44080fba0b6d0885893990be34c582ec19776fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "readline-win32",
  "version": "5.0",
  "port-version": 9,
  "description": "Implementation of readline for Windows Desktop",
  "homepage": "https://github.com/xiaozhuai/readline-win32",
  "license": "GPL-2.0",
  "supports": "windows & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}