pineapple/externals/vcpkg/ports/libffi/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
383 B
JSON
Executable file

{
"name": "libffi",
"version": "3.4.2",
"port-version": 5,
"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
}
]
}