mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
2a8cdbfdc5
* [readline-win32] Fix windows dynamic linking * Update version database
20 lines
409 B
JSON
20 lines
409 B
JSON
{
|
|
"name": "readline-win32",
|
|
"version": "5.0",
|
|
"port-version": 8,
|
|
"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
|
|
}
|
|
]
|
|
}
|