Description
Provides support for reading, writing, and manipulating .tar archive files in Haskell. Tar archives bundle many files and metadata into one stream or file.
It is useful for package tools, backups, installers, build systems, import/export workflows, and archive inspection. It is a developer library and does not provide a standalone archive manager.