aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kerbal/vcpkg.json
blob: 5c458c2d2afd8c3f41a048b5de62e5605c6f3794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "kerbal",
  "version": "2025.11.1",
  "description": "Kerbal C++ Template Library",
  "homepage": "https://github.com/WentsingNee/Kerbal",
  "license": "LGPL-3.0-only",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "pretty-printer": {
      "description": "Pretty printer support for kerbal"
    }
  }
}