]> git.seodisparate.com - SimpleArchiver/commit
Impl. basic functionality "MVP"
authorStephen Seo <seo.disparate@gmail.com>
Tue, 16 Jul 2024 07:16:58 +0000 (16:16 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 16 Jul 2024 07:16:58 +0000 (16:16 +0900)
commit41fde43eed6d4d3e380f9499cfe7b205ac766d9c
treeebc009ab1bd83d5e2ed037775627f42bc40bdc4e
parent4670f0f3c1e8b017179761696065f48bc510a07a
Impl. basic functionality "MVP"

"MinimumViableProduct", resolves #2 .

TODO:
  Support de/compressor cmds when creating archive.
  Support symbolic links when creating archive.
  Support extracting archive.
CMakeLists.txt
cosmopolitan/Makefile
src/archiver.c [new file with mode: 0644]
src/archiver.h [new file with mode: 0644]
src/data_structures/linked_list.c
src/data_structures/linked_list.h
src/main.c
src/parser.c