aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/inja/vcpkg.json
blob: d10c7ec7b3c49b1aec0bf82b8dd07ccbcb6bcc52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "inja",
  "version": "3.5.0",
  "description": "Inja - A Template Engine for Modern C++",
  "homepage": "https://github.com/pantor/inja",
  "license": "MIT",
  "dependencies": [
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}