Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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"
}
]
}