mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
9 lines
410 B
Plaintext
9 lines
410 B
Plaintext
|
This library is for working with ".tar" archive files. It can read and
|
||
|
write a range of common variations of archive format including V7,
|
||
|
USTAR, POSIX 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.
|
||
|
|
||
|
WWW: http://hackage.haskell.org/package/tar
|