aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-format/vcpkg.json
blob: e824cf9d2ba28cda74e597af6a1cb7111fb53f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "boost-format",
  "version": "1.76.0",
  "description": "Boost format module",
  "homepage": "https://github.com/boostorg/format",
  "dependencies": [
    "boost-assert",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-optional",
    "boost-smart-ptr",
    "boost-throw-exception",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}