18 lines
318 B
JSON
Executable File
18 lines
318 B
JSON
Executable File
{
|
|
"name": "readline",
|
|
"version-string": "0",
|
|
"port-version": 3,
|
|
"description": "GNU readline and history libraries",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "readline-unix",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "readline-win32",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|