aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kangaru/vcpkg.json
blob: 245f901d204923db795879012aaaeaf5b1dae097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "kangaru",
  "version": "4.3.2",
  "description": "A dependency injection container for C++11, C++14 and later",
  "homepage": "https://github.com/gracicot/kangaru",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "hashtypeid": {
      "description": "Enable hash based type id"
    }
  }
}