mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 08:19:01 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|