SimpleArchiver/README.md
Stephen Seo ae4bcff24a
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 5s
Update README.md
2024-07-24 15:21:04 +09:00

15 lines
658 B
Markdown

# Simple Archiver
This program ~~is not yet~~ almost finished! Basic functionality is implemented
and only some advanced features are missing. You can track progress
[here](https://git.seodisparate.com/stephenseo/SimpleArchiver/projects/3).
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.
## LICENSE Information
Uses the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0).