conda / conda-package-streaming

An efficient library to read from new and old format .conda and .tar.bz2 conda packages.
https://conda.github.io/conda-package-streaming/
Other
10 stars 9 forks source link

Use ZIP64 when necessary #79

Closed dholth closed 5 months ago

dholth commented 5 months ago

Checklist

What is the idea?

If the compressed data is larger than 2147483647 bytes, the .conda entry must use the zip64 extensions. Use these when necessary.

Why is this needed?

Otherwise, the large ZIP format .conda archive cannot be created.