mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"name": "zstr",
|
|
"version": "1.1.0",
|
|
"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"
|
|
]
|
|
}
|