2024-06-26 10:19:21 +00:00
|
|
|
# Simple Archiver
|
|
|
|
|
2024-06-29 07:00:59 +00:00
|
|
|
This program is not yet finished! You can track progress
|
|
|
|
[here](https://git.seodisparate.com/stephenseo/SimpleArchiver/projects/3).
|
|
|
|
|
2024-06-27 08:21:59 +00:00
|
|
|
This program exists because I could not get `tar` or `ar` to compile with
|
|
|
|
[Cosmopolitan](https://justine.lol/cosmopolitan/index.html). 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.
|
|
|
|
|
2024-06-26 10:19:21 +00:00
|
|
|
## LICENSE Information
|
|
|
|
|
|
|
|
Uses the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0).
|