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

33 lines
697 B
JSON

{
"name": "boost-iostreams",
"version-string": "1.75.0",
"description": "Boost iostreams module",
"homepage": "https://github.com/boostorg/iostreams",
"supports": "!uwp",
"dependencies": [
"boost-assert",
"boost-build",
"boost-config",
"boost-core",
"boost-detail",
"boost-function",
"boost-integer",
"boost-modular-build-helper",
"boost-mpl",
"boost-numeric-conversion",
"boost-preprocessor",
"boost-range",
"boost-regex",
"boost-smart-ptr",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
"bzip2",
"liblzma",
"zlib",
"zstd"
]
}