aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/json-spirit/vcpkg.json
blob: bbc8ca621b64053ad52c437a2a58358e1ed4a99f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "json-spirit",
  "version": "4.1.0",
  "port-version": 5,
  "description": "A C++ JSON parser/generator implemented with Boost Spirit",
  "dependencies": [
    "boost-config",
    "boost-integer",
    "boost-smart-ptr",
    "boost-spirit",
    "boost-variant",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}