Skip to main content

Module archive

Module archive 

Source
Expand description

Archive manipulation utilities (zip, tar, etc.). Archive utilities for Lua scripts.

This module provides functions for extracting and creating various archive formats (Zip, Tar, Zstd, Xz, etc.) within the Lua environment.

Functionsยง

add_archive_util
Exposes the UTILS.ARCHIVE table and UTILS.MAKE_ARCHIVE function to the Lua environment.
add_extract_util
Exposes the UTILS.EXTRACT function to the Lua environment.