mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:39:01 +08:00
83990a6d9a
* export target * update homepage url
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "readline-win32",
|
|
"version": "5.0",
|
|
"port-version": 5,
|
|
"description": "Implementation of readline for Windows Desktop",
|
|
"homepage": "https://github.com/lltcggie/readline",
|
|
"license": null,
|
|
"supports": "windows & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|