vcpkg/ports/readline-osx/vcpkg.json

17 lines
281 B
JSON
Raw Normal View History

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