https://github.com/thaliaarchi/archive
Traversal utilities for ZIP and tar archives with gzip, XZ, and LZ4 compression
https://github.com/thaliaarchi/archive
Last synced: 2 months ago
JSON representation
Traversal utilities for ZIP and tar archives with gzip, XZ, and LZ4 compression
- Host: GitHub
- URL: https://github.com/thaliaarchi/archive
- Owner: thaliaarchi
- License: mpl-2.0
- Created: 2021-02-05T09:45:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T20:04:20.000Z (over 4 years ago)
- Last Synced: 2025-01-25T10:08:31.988Z (4 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archive
Package archive contains traversal utilities for ZIP and tar archives
with gzip, bzip2, xz, and LZ4 compression.Clients include
[andrewarchi/browser](https://github.com/andrewarchi/browser) and
[andrewarchi/urlhero](https://github.com/andrewarchi/urlhero).## License
This project is made available under the
[Mozilla Public License](https://www.mozilla.org/en-US/MPL/2.0/).