aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-json/vcpkg.json
blob: c11c932920227df83a8bbfb5e9a026a709e5690c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "boost-json",
  "version-string": "1.75.0",
  "description": "Boost json module",
  "homepage": "https://github.com/boostorg/json",
  "dependencies": [
    "boost-align",
    "boost-assert",
    "boost-config",
    "boost-container",
    "boost-exception",
    "boost-system",
    "boost-throw-exception",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}