mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
20 lines
409 B
JSON
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
|
|
}
|
|
]
|
|
}
|