Easily create and extract archive files with Go
Package Archiver makes it trivially easy to make and extract common archive formats such as zip and tarball (and its compressed variants). Simply name the input and output file(s). The arc command runs the same on all platforms and has no external dependencies (not even libc). It is powered by the Go standard library and several third-party, pure-Go libraries. This package provides symbolic links that alias the following Go import paths to github.com/mholt/archiver: – github.com/mholt/archiver/v3 Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly github.com/mholt/archiver.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 3.5.1-1.fc36 | - |
Fedora 35 | 3.5.0-4.fc35 | - |
Fedora 34 | 3.5.0-3.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-mholt-archiver dash maintainers at fedoraproject dot org
.