conda/conda-package-handling

README is wrong

dholth opened this issue · 0 comments

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

The new package format is an indexed, uncompressed zip file that contains tarfiles that can use any compression supported by libarchive. The info metadata about packages is separated into its own tarfile from the rest of the package contents. By doing this, we can extract only the metadata, for speeding up operations like indexing.

We have picked zstd only, and are removing libarchive.