aboutsummaryrefslogtreecommitdiff
path: root/ports/bustache/vcpkg.json
blob: 92e11540891e972de02f1225ff1b77359696babd (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "bustache",
  "version-string": "1.1.0",
  "port-version": 1,
  "description": "C++11 implementation of {{ mustache }}",
  "homepage": "https://github.com/jamboree/bustache",
  "dependencies": [
    "boost-unordered",
    "boost-utility"
  ]
}