aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/brigand/vcpkg.json
blob: a8f65f7ed482cbfe9c235154eb9d8433efc04c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "brigand",
  "version": "1.3.0",
  "port-version": 3,
  "description": "Brigand is a light-weight, fully functional, instant-compile time C++ 11 meta-programming library.",
  "homepage": "https://github.com/edouarda/brigand",
  "dependencies": [
    "boost-fusion",
    "boost-variant",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}