1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:27:35 +00:00

LibTar: Create LibTar and TarStream

TarStream parses the contents of a tar file from an InputStream
This commit is contained in:
Peter Elliott 2020-10-01 22:22:40 -07:00 committed by Andreas Kling
parent 1f90e4ab8d
commit 99ee93149c
5 changed files with 312 additions and 0 deletions

View file

@ -21,6 +21,7 @@ add_subdirectory(LibMarkdown)
add_subdirectory(LibPCIDB)
add_subdirectory(LibProtocol)
add_subdirectory(LibPthread)
add_subdirectory(LibTar)
add_subdirectory(LibTextCodec)
add_subdirectory(LibThread)
add_subdirectory(LibTLS)