-
Notifications
You must be signed in to change notification settings - Fork 7.5k
[New Port Request] minizip, maintained fork #12917
Copy link
Copy link
Closed
Labels
category:new-portThe issue is requesting a new library to be added; consider making a PR!The issue is requesting a new library to be added; consider making a PR!info:good-first-issueThis issue would be a good issue to get one's feet wet in solving.This issue would be a good issue to get one's feet wet in solving.info:new-port-resolvedThis port has been added to vcpkg.This port has been added to vcpkg.
Metadata
Metadata
Assignees
Labels
category:new-portThe issue is requesting a new library to be added; consider making a PR!The issue is requesting a new library to be added; consider making a PR!info:good-first-issueThis issue would be a good issue to get one's feet wet in solving.This issue would be a good issue to get one's feet wet in solving.info:new-port-resolvedThis port has been added to vcpkg.This port has been added to vcpkg.
Library name: minizip fork (?)
Library description: This is a fork of the minizip library that adds a slew of other features and is reasonably maintained, both in contrast to the original minizip that seems to be stable enough to just hang there.
Source repository URL: https://github.com/nmoinvaz/minizip.git
Project homepage (if different from the source repository): https://github.com/nmoinvaz/minizip/
Anything else that is useful to know when adding (such as optional features the library may have that should be included): The library has quite a few optional features, serving as frontend to various other compression algorithms (bzip2, zstd, libz) and cryptography libraries (ssl etc.); it seems reasonable that you would not always want to have all features, which may make this port a bit tricky.