vcpkg/ports/boost-units/vcpkg.json

24 lines
488 B
JSON
Raw Normal View History

{
"name": "boost-units",
"version": "1.76.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"
]
}