aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hypodermic/vcpkg.json
blob: a01e46199d564516ae69fbae34de3548a6f329c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "hypodermic",
  "version-date": "2023-03-03",
  "description": "Hypodermic is a non-intrusive header only IoC container for C++",
  "homepage": "https://github.com/ybainier/Hypodermic",
  "license": "MIT",
  "dependencies": [
    "boost-algorithm",
    "boost-config",
    "boost-format",
    "boost-range",
    "boost-signals2",
    "boost-system",
    "boost-test",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}