17 lines
387 B
JSON
17 lines
387 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|