vcpkg/ports/zstr/vcpkg.json
chausner 8a9ad06a84
[zstr] Update to 1.0.7 (#29254)
* Update zstr to 1.0.7

* Update CI baseline

* Apply suggestions from code review

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-01-31 13:27:53 -08:00

11 lines
277 B
JSON

{
"name": "zstr",
"version": "1.0.7",
"description": "This C++ header-only library enables the use of C++ standard iostreams to access ZLib-compressed streams.",
"homepage": "https://github.com/mateidavid/zstr",
"license": "MIT",
"dependencies": [
"zlib"
]
}