aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/bustache/vcpkg.json
blob: fd4f73ddc2e053398eac9c39a3d42e34c7120ca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "bustache",
  "version": "1.1.0",
  "port-version": 2,
  "description": "C++11 implementation of {{ mustache }}",
  "homepage": "https://github.com/jamboree/bustache",
  "license": "BSL-1.0",
  "dependencies": [
    "boost-unordered",
    "boost-utility",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}