aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libffi/vcpkg.json
blob: 52cd1d891b7d3c5d3834f27af06d60406375ae8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "libffi",
  "version": "3.5.2",
  "description": "Portable, high level programming interface to various calling conventions",
  "homepage": "https://github.com/libffi/libffi",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    },
    {
      "name": "vcpkg-make",
      "host": true
    }
  ]
}