mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
18 lines
311 B
JSON
18 lines
311 B
JSON
|
{
|
||
|
"name": "readline",
|
||
|
"version": "0",
|
||
|
"port-version": 5,
|
||
|
"description": "GNU readline and history libraries",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "readline-unix",
|
||
|
"platform": "!windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "readline-win32",
|
||
|
"platform": "windows"
|
||
|
}
|
||
|
]
|
||
|
}
|