https://issues.dlang.org/show_bug.cgi?id=17001
Issue ID: 17001
Summary: remove etc.c.zlib / std.zip
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
The zip module is outdated and buggy - hell there's even a list of bugs on its
module page (https://dlang.org/phobos/std_zip.html).
This should be removed from Phobos as it can be done a lot better as a user
package and is a quite seldom use case. See e.g.
https://github.com/rcythr/archive
--