You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/overlay-ports/readline-unix/vcpkg.json

13 lines
397 B
JSON

{
"name": "readline-unix",
"version": "8.2",
"port-version": 1,
"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"
]
}