aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-chrono/vcpkg.json
blob: 52463dcb703bcd50327ef6c2042122e3f32b0658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "boost-chrono",
  "version-string": "1.75.0",
  "description": "Boost chrono module",
  "homepage": "https://github.com/boostorg/chrono",
  "dependencies": [
    "boost-assert",
    "boost-build",
    "boost-config",
    "boost-detail",
    "boost-integer",
    "boost-modular-build-helper",
    "boost-move",
    "boost-mpl",
    "boost-predef",
    "boost-ratio",
    "boost-static-assert",
    "boost-system",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-typeof",
    "boost-utility",
    "boost-vcpkg-helpers",
    "boost-winapi"
  ]
}