Skip to content

zstrv1.1.0

Updated

This C++ header-only library enables the use of C++ standard iostreams to access ZLib-compressed streams.

#Usage

The package zstr is header only and can be used from CMake via:

find_package(ZLIB REQUIRED)
target_link_libraries(main PRIVATE ZLIB::ZLIB)

find_path(ZSTR_INCLUDE_DIRS "zstr.hpp")
target_include_directories(main PRIVATE ${ZSTR_INCLUDE_DIRS})

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

2 transitive dependencies:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • NancyLi1013's avatarNancyLi1013
  • Billy O'Neal's avatarBilly O'Neal
  • Seeker's avatarSeeker
  • dan9er's avatardan9er
  • chausner's avatarchausner
  • toge's avatartoge

#Changelog

  • 434cf09[zstr] update to 1.1.0 (#47907)
  • 8a9ad06[zstr] Update to 1.0.7 (#29254)
  • 504acb9[zstr] Fix include issues, add usage message override, add homepage and zlib dependency to vcpkg.json (#18068)
  • b295670Bulk convert control files. (#19986)
  • 32df14e[zstr] update to 1.0.4 (#14452)
  • 09a647aDelete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • d7c61a4[zstr] Add new port (#6773)