vcpkg/ports/bxzstr/vcpkg.json
Nathan Gober 23f0707b1a
[bxzstr] Added port for bxzstr (#30318)
* Added port for bxzstr

* Fixed checklist items

* Update version database

* Removed path modification, added usage

* Fixed bug where usage would not be added, added PATH_SUFFIXES
2023-03-29 10:34:26 -07:00

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"
]
}