aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/winpty/vcpkg.json
blob: dc2288546b1cabb8e109c87fdc2b8032549ddddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "winpty",
  "version": "0.4.3",
  "description": "winpty is a Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs",
  "supports": "windows & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}