vcpkg/ports/readline-unix/vcpkg.json
2022-01-21 11:08:38 -08:00

11 lines
192 B
JSON

{
"name": "readline-unix",
"version": "8.1",
"port-version": 1,
"description": "Implementation of readline for unix",
"supports": "!windows",
"dependencies": [
"ncurses"
]
}