mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:59:02 +08:00
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"name": "bxzstr",
|
|
"version": "1.2.2",
|
|
"description": "A C++ header-only ZLib/libBZ2/libLZMA/Zstandard wrapper.",
|
|
"homepage": "https://github.com/tmaklin/bxzstr",
|
|
"license": "MPL-2.0",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"liblzma",
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|