freebsd-ports/archivers/zstr/pkg-descr
2021-01-15 07:30:17 +00:00

10 lines
400 B
Text

The zstr C++ header-only library enables the use of C++ standard iostreams to
access ZLib-compressed streams.
For input access (decompression), the compression format is auto-detected, and
multiple concatenated compressed streams are decompressed seamlessly.
For output access (compression), the only parameter exposed by this API is the
compression level.
WWW: https://github.com/mateidavid/zstr