An archiver which is like a tar alternative.
Find a file
Stephen Seo d6878b0f1d Revert "Minor additions to unit test of data structures"
This reverts commit f1bab48fb5.

Unnecessary checks were added that were already checked by the preceding
for statement.
2024-06-28 17:40:29 +09:00
cosmopolitan Impl. hash_map 2024-06-28 17:31:34 +09:00
src Revert "Minor additions to unit test of data structures" 2024-06-28 17:40:29 +09:00
.gitignore Impl. parser (TODO Fix invalid free crash) 2024-06-27 11:57:29 +09:00
CMakeLists.txt Impl. hash_map 2024-06-28 17:31:34 +09:00
file_format.md Update file_format.md 2024-06-27 10:36:06 +09:00
LICENSE Add LICENSE, README.md, and license info in source 2024-06-26 19:19:21 +09:00
README.md Update README.md 2024-06-27 17:21:59 +09:00

Simple Archiver

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.