aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-chrono/vcpkg.json
blob: dd8dca5c83cbf22ee6be8729e64accd2d23d280e (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
27
28
29
30
31
32
33
34
35
36
{
  "name": "boost-chrono",
  "version": "1.77.0",
  "description": "Boost chrono module",
  "homepage": "https://github.com/boostorg/chrono",
  "dependencies": [
    "boost-assert",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    "boost-core",
    "boost-integer",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "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",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}