vcpkg/ports/libffi/vcpkg.json

19 lines
383 B
JSON
Raw Normal View History

{
"name": "libffi",
2022-11-30 04:05:22 +08:00
"version": "3.4.4",
2023-03-01 02:06:28 +08:00
"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
}
]
}