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

29 lines
630 B
JSON

{
"name": "boost-contract",
"version-string": "1.75.0",
"description": "Boost contract module",
"homepage": "https://github.com/boostorg/contract",
"dependencies": [
"boost-any",
"boost-assert",
"boost-build",
"boost-config",
"boost-core",
"boost-detail",
"boost-exception",
"boost-function",
"boost-function-types",
"boost-modular-build-helper",
"boost-mpl",
"boost-optional",
"boost-preprocessor",
"boost-smart-ptr",
"boost-static-assert",
"boost-thread",
"boost-type-traits",
"boost-typeof",
"boost-utility",
"boost-vcpkg-helpers"
]
}