zeek/auxil/vcpkg/ports/zstr/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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"
]
}