An archiver which is like a tar alternative.
Find a file
Stephen Seo e06e65e5e8
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 4s
Impl. parser accepting files and dirs
Fix memory leak in hash_map.

Current "main" prints specified files and subfiles of specified
directories.

TODO: Handle symbolic links
2024-07-03 19:56:26 +09:00
.forgejo/workflows Some work on arg parser 2024-07-01 15:13:06 +09:00
cosmopolitan Add helpers for conversion to/from big-endian 2024-07-02 14:25:01 +09:00
src Impl. parser accepting files and dirs 2024-07-03 19:56:26 +09:00
.gitignore Impl. parser (TODO Fix invalid free crash) 2024-06-27 11:57:29 +09:00
CMakeLists.txt Impl. parser accepting files and dirs 2024-07-03 19:56:26 +09:00
file_format.md Revise file_format 2024-07-02 14:02:38 +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-29 16:00:59 +09:00

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.