mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:08:59 +08:00
80f8da23a8
* Generate Imath.pc * update version * add dependency imath minizip-ng * updata version * add usage * update version * add pc * update version * add pc * update version
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"
|
|
}
|
|
]
|
|
}
|