vcpkg/ports/libffi/vcpkg.json

18 lines
363 B
JSON
Raw Normal View History

{
"name": "libffi",
"version": "3.4.2",
"port-version": 2,
"description": "Portable, high level programming interface to various calling conventions",
"homepage": "https://github.com/libffi/libffi",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}