mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:41:38 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"name": "bxzstr",
|
|
"version": "1.2.0",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|