vcpkg/ports/readline-win32/vcpkg.json
Weihang Ding 2a8cdbfdc5
[readline-win32] Fix windows dynamic linking (#34502)
* [readline-win32] Fix windows dynamic linking

* Update version database
2023-10-16 12:28:31 -07:00

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