mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
2c208f9831
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"name": "readline-unix",
|
|
"version": "8.1",
|
|
"port-version": 2,
|
|
"description": "Implementation of readline for unix",
|
|
"license": "GPL-3.0-or-later",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"ncurses"
|
|
]
|
|
}
|