An open API service indexing awesome lists of open source software.

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.

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.