aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/elfio/vcpkg.json
blob: 887aa0185e756e3bf040eab1b7698531d7b62276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "elfio",
  "version": "3.12",
  "port-version": 1,
  "description": "A header-only C++ library intended for reading and generating files in the ELF binary format.",
  "homepage": "https://github.com/serge1/ELFIO",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}