vcpkg/ports/boost-iostreams/vcpkg.json
2021-09-27 17:12:39 -07:00

45 lines
877 B
JSON

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