vcpkg/ports/libffi/vcpkg.json
2023-02-28 10:06:28 -08:00

19 lines
383 B
JSON

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