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

43 lines
902 B
JSON

{
"name": "boost-spirit",
"version-string": "1.75.0",
"description": "Boost spirit module",
"homepage": "https://github.com/boostorg/spirit",
"dependencies": [
"boost-array",
"boost-assert",
"boost-compatibility",
"boost-config",
"boost-core",
"boost-detail",
"boost-endian",
"boost-foreach",
"boost-function",
"boost-function-types",
"boost-fusion",
"boost-integer",
"boost-io",
"boost-iterator",
"boost-math",
"boost-move",
"boost-mpl",
"boost-optional",
"boost-phoenix",
"boost-pool",
"boost-preprocessor",
"boost-proto",
"boost-range",
"boost-regex",
"boost-smart-ptr",
"boost-static-assert",
"boost-thread",
"boost-throw-exception",
"boost-type-traits",
"boost-typeof",
"boost-unordered",
"boost-utility",
"boost-variant",
"boost-vcpkg-helpers"
]
}