vcpkg/ports/boost-iostreams/vcpkg.json
Kai Pastor 0707a17ecf
[liblzma] No debug postfix. Rewrite wrapper. (#22856)
* Restore upstream's DLL name

* Don't add debug postfix

* Decouple wrapper from config

* Don't inject Find module stuff into config

* Cleanup

* [skip actions] Trim lzmad and LibLZMA patching

* [skip actions] Fix CMAKE_DISABLE_FIND_PACKAGE_LibLZMA

* [skip actions] CI

* Update manifests

* Update versions

* Backfill LibLZMA::LibLZMA to CMake < 3.14

* Update versions

* Update versions
2022-02-28 10:25:31 -08:00

75 lines
1.4 KiB
JSON

{
"name": "boost-iostreams",
"version": "1.78.0",
"port-version": 2,
"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"
]
}
}
}