vcpkg/ports/boost-date-time/vcpkg.json
ras0219 4783c36f8c
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13 14:41:23 -08:00

31 lines
692 B
JSON

{
"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"
]
}