aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pe-parse/vcpkg.json
blob: 45761d0376e8486934717b076a9f721c47aac983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "pe-parse",
  "version": "2.1.1",
  "description": "pe-parse is a principled, lightweight C/C++ PE parser",
  "homepage": "https://github.com/trailofbits/pe-parse",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}