mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 03:09:00 +08:00
17 lines
281 B
JSON
17 lines
281 B
JSON
|
{
|
||
|
"name": "readline-osx",
|
||
|
"version": "8.1",
|
||
|
"description": "Implementation of readline for Mac OS",
|
||
|
"supports": "osx",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|