aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-date-time/vcpkg.json
blob: 75b83ffabfeda0b5806e414fcb3c0494bf36047c (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
{
  "name": "boost-date-time",
  "version-string": "1.75.0",
  "description": "Boost date_time module",
  "homepage": "https://github.com/boostorg/date_time",
  "dependencies": [
    "boost-algorithm",
    "boost-assert",
    "boost-build",
    "boost-compatibility",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-integer",
    "boost-io",
    "boost-lexical-cast",
    "boost-math",
    "boost-modular-build-helper",
    "boost-numeric-conversion",
    "boost-range",
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-tokenizer",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers",
    "boost-winapi"
  ]
}