aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/plustache/vcpkg.json
blob: ebf157784ce49b1f58090ecf9b1c2d92bc7d4ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "plustache",
  "version": "0.4.0",
  "port-version": 5,
  "description": "{{mustaches}} for C++",
  "dependencies": [
    "boost-algorithm",
    "boost-regex",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}