https://github.com/jwaldrip/tar.cr
Tape archives (tar) are a file format for storing a sequence of files that can be read and written in a streaming manner. This package aims to cover most variations of the format, including those produced by GNU and BSD tar tools.
https://github.com/jwaldrip/tar.cr
crystal tar
Last synced: 12 months ago
JSON representation
Tape archives (tar) are a file format for storing a sequence of files that can be read and written in a streaming manner. This package aims to cover most variations of the format, including those produced by GNU and BSD tar tools.
- Host: GitHub
- URL: https://github.com/jwaldrip/tar.cr
- Owner: jwaldrip
- License: mit
- Created: 2018-03-09T03:50:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T05:19:45.000Z (about 8 years ago)
- Last Synced: 2025-02-05T21:54:19.749Z (about 1 year ago)
- Topics: crystal, tar
- Language: Crystal
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tar.cr
Tape archives (tar) are a file format for storing a sequence of files that can be read and written in a streaming manner. This package aims to cover most variations of the format, including those produced by GNU and BSD tar tools.