mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
12 lines
376 B
JSON
12 lines
376 B
JSON
{
|
|
"name": "readline-unix",
|
|
"version": "8.2",
|
|
"description": "The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.",
|
|
"homepage": "https://tiswww.case.edu/php/chet/readline/rltop.html",
|
|
"license": "GPL-3.0-or-later",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"ncurses"
|
|
]
|
|
}
|