aboutsummaryrefslogtreecommitdiff
path: root/ports/readline/vcpkg.json
blob: 7dba01a74c9b3a412ed4824a24be0139b13594df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "readline",
  "version-string": "0",
  "port-version": 1,
  "description": "GNU readline and history libraries",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "readline-win32",
      "platform": "windows"
    }
  ]
}