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