vcpkg/ports/boost-units/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

24 lines
495 B
JSON

{
"name": "boost-units",
"version-string": "1.75.0",
"description": "Boost units module",
"homepage": "https://github.com/boostorg/units",
"dependencies": [
"boost-assert",
"boost-config",
"boost-core",
"boost-integer",
"boost-io",
"boost-lambda",
"boost-math",
"boost-mpl",
"boost-preprocessor",
"boost-serialization",
"boost-static-assert",
"boost-type-traits",
"boost-typeof",
"boost-utility",
"boost-vcpkg-helpers"
]
}