tar: Reading, writing and manipulating ".tar" archive files.
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.
[Skip to Readme]
library tar
Modules
[Index] [Quick Jump]
library tar:tar-internal
Modules
[Index] [Quick Jump]
- Codec
- Archive
- Codec.Archive.Tar
- Codec.Archive.Tar.Check
- Codec.Archive.Tar.Check.Internal
- Codec.Archive.Tar.Entry
- Codec.Archive.Tar.Index
- Codec.Archive.Tar.Index.IntTrie
- Codec.Archive.Tar.Index.Internal
- Codec.Archive.Tar.Index.StringTable
- Codec.Archive.Tar.LongNames
- Codec.Archive.Tar.Pack
- Codec.Archive.Tar.PackAscii
- Codec.Archive.Tar.Read
- Codec.Archive.Tar.Types
- Codec.Archive.Tar.Unpack
- Codec.Archive.Tar.Write
- Codec.Archive.Tar.Check
- Codec.Archive.Tar
- Archive
Downloads
- tar-0.6.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.1.1, 0.1.1.3, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.4.3.0, 0.4.4.0, 0.4.5.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.1.0, 0.5.1.1, 0.6.0.0, 0.6.1.0, 0.6.2.0, 0.6.3.0 (info) |
---|---|
Change log | changelog.md |
Dependencies | array (<0.6), base (>=4.11 && <5), bytestring (>=0.10 && <0.13), containers (>=0.2 && <0.8), deepseq (>=1.1 && <1.6), directory (>=1.3.1 && <1.4), filepath (<1.6), os-string (>=2.0 && <2.1), tar, time (<1.13), transformers (<0.7) [details] |
Tested with | ghc ==9.8.1, ghc ==9.6.3, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4 |
License | BSD-3-Clause |
Copyright | 2007 Bjorn Bringert <bjorn@bringert.net> 2008-2016 Duncan Coutts <duncan@community.haskell.org> |
Author | Duncan Coutts <duncan@community.haskell.org> Bjorn Bringert <bjorn@bringert.net> |
Maintainer | Bodigrim <andrew.lelechenko@gmail.com> |
Category | Codec |
Bug tracker | https://github.com/haskell/tar/issues |
Source repo | head: git clone https://github.com/haskell/tar.git |
Uploaded | by Bodigrim at 2024-03-07T00:34:18Z |
Distributions | Arch:0.5.1.1, Debian:0.5.1.1, Fedora:0.5.1.1, FreeBSD:0.4.2.1, LTSHaskell:0.5.1.1, NixOS:0.5.1.1, Stackage:0.6.3.0, openSUSE:0.5.1.1 |
Reverse Dependencies | 55 direct, 56 indirect [details] |
Downloads | 142719 total (657 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-03-07 [all 1 reports] |