The tar package
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.
Properties
| Versions | 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 (info) |
|---|---|
| Change log | changelog.md |
| Dependencies | array, base (==4.*), bytestring (>=0.9), bytestring-builder, containers (>=0.2), deepseq (>=1.1 && <1.5), directory, filepath, old-time, time [details] |
| License | BSD3 |
| Copyright | 2007 Bjorn Bringert <[email protected]> 2008-2016 Duncan Coutts <[email protected]> |
| Author | Duncan Coutts <[email protected]> Bjorn Bringert <[email protected]> |
| Maintainer | Duncan Coutts <[email protected]> |
| Stability | Unknown |
| Category | Codec |
| Bug tracker | https://github.com/haskell/tar/issues |
| Source repository | head: git clone https://github.com/haskell/tar.git |
| Uploaded | Tue May 3 12:24:54 UTC 2016 by DuncanCoutts |
| Distributions | Arch:0.5.0.3, Debian:0.4.2.2, Fedora:0.5.0.3, FreeBSD:0.4.2.1, LTSHaskell:0.5.0.3, NixOS:0.5.0.3, Stackage:0.5.0.3, Tumbleweed:0.5.0.3 |
| Downloads | 53072 total (92 in the last 30 days) |
| Votes | |
| Status | Docs available [build log] Last success reported on 2016-06-26 [all 2 reports] |
Modules
[Index]
Flags
| Name | Description | Default | Type |
|---|---|---|---|
| old-time | Disabled | Automatic | |
| old-bytestring | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- tar-0.5.0.3.tar.gz [browse] (Cabal source package)
- Package description (included in the package)