early-access version 2853
This commit is contained in:
73
externals/vcpkg/ports/boost-iostreams/vcpkg.json
vendored
Executable file
73
externals/vcpkg/ports/boost-iostreams/vcpkg.json
vendored
Executable file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"name": "boost-iostreams",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost iostreams module",
|
||||
"homepage": "https://github.com/boostorg/iostreams",
|
||||
"license": "BSL-1.0",
|
||||
"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",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"bzip2",
|
||||
"lzma",
|
||||
"zlib",
|
||||
"zstd"
|
||||
],
|
||||
"features": {
|
||||
"bzip2": {
|
||||
"description": "Support bzip2 filters",
|
||||
"dependencies": [
|
||||
"bzip2"
|
||||
]
|
||||
},
|
||||
"lzma": {
|
||||
"description": "Support LZMA/xz filters",
|
||||
"dependencies": [
|
||||
"liblzma"
|
||||
]
|
||||
},
|
||||
"zlib": {
|
||||
"description": "Support zlib filters",
|
||||
"dependencies": [
|
||||
"zlib"
|
||||
]
|
||||
},
|
||||
"zstd": {
|
||||
"description": "Support zstd filters",
|
||||
"dependencies": [
|
||||
"zstd"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user