mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:09:00 +08:00
14 lines
273 B
JSON
14 lines
273 B
JSON
|
{
|
||
|
"name": "bxzstr",
|
||
|
"version": "1.2.0",
|
||
|
"description": "A C++ header-only ZLib/libBZ2/libLZMA/Zstandard wrapper.",
|
||
|
"homepage": "https://github.com/tmaklin/bxzstr",
|
||
|
"license": "MPL-2.0",
|
||
|
"dependencies": [
|
||
|
"bzip2",
|
||
|
"liblzma",
|
||
|
"zlib",
|
||
|
"zstd"
|
||
|
]
|
||
|
}
|