An archiver which is like a
tar
alternative.
Stephen Seo
518ac3ebe1
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 5s
The Unix functions/headers used in parser for getting files/dirs from the given positional arguments are also available in OSX (theoretically), so they are now enabled for OSX platforms. TODO: Add getting files/dirs code for the Windows platform. |
||
---|---|---|
.forgejo/workflows | ||
cosmopolitan | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
file_format.md | ||
LICENSE | ||
README.md |
Simple Archiver
This program is not yet finished! You can track progress here.
This program exists because I could not get tar
or ar
to compile with
Cosmopolitan. Thus, this
archiver will be written with support for Cosmopolitan in mind. This means
sticking to the C programming language and possibly using Cosmopolitan-specfic
API calls.
LICENSE Information
Uses the Apache License 2.0.