libtar

A C library for manipulating tar files

Version

1.2.20-6
(2023-03-30)

Size

47.5

KiB

Repository

HaikuPorts
x86_64
libtar is a library for manipulating tar files from within C programs. Here are some of its features:

- Handles both POSIX tar file format and the GNU extensions.
- API provides functions for easy use, such as tar_extract_all().
- Also provides functions for more granular use, such as tar_append_regfile().