@hackage tar0.5.0.2
Reading, writing and manipulating ".tar" archive files.
Installation
Dependencies (10)
- array
- base >=4 && <4.11
- bytestring >=0.9 && <0.10
- bytestring-builder
- containers >=0.2
- deepseq >=1.1 && <1.5 Show all…
Dependents (105)
@hackage/Cabal, @hackage/cpkg, @hackage/cabal-cache, @hackage/dhall-docs, @hackage/cabal-plan, @hackage/bibtex, Show all…
Package Flags
old-time(off by default)
old-bytestring(off by default)
This library is for working with ".tar" archive files. It
can read and write a range of common variations of archive
format including V7, POSIX USTAR and GNU formats.
It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved.
It also provides features for random access to archive content using an index.