mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
8a9ad06a84
* 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>
11 lines
277 B
JSON
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"
|
|
]
|
|
}
|