aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/inih/vcpkg.json
blob: 435aa360438718f1357e9e12406ac9b4669e0b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "inih",
  "version": "62",
  "description": "Simple .INI file parser",
  "homepage": "https://github.com/benhoyt/inih",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ],
  "default-features": [
    "cpp"
  ],
  "features": {
    "cpp": {
      "description": "Build the C++ library"
    }
  }
}