687 B
687 B
miniz vendored for UCE
UCE vendors miniz 3.0.2 from https://github.com/richgel999/miniz for ZIP archive support.
Files are kept under vendor/miniz/ and are included by src/lib/zip.cpp so UCE can expose zip_create(), zip_list(), zip_read(), zip_extract(), gz_compress(), and gz_uncompress() without adding a runtime package dependency.
Local patch:
miniz_export.his provided as a tiny static-build compatibility header definingMINIZ_EXPORT.miniz_tdef.cmoves thes_tdefl_num_probesinitializer before its first use so the vendored C source can be included in UCE's single C++ translation-unit build.
The upstream license is preserved in LICENSE.