vcpkg/ports/readline-win32/vcpkg.json
2024-10-26 02:21:25 -07:00

20 lines
409 B
JSON

{
"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
}
]
}