//! Lua APIs for Zoi.
//!
//! This module contains the implementations of the various APIs exposed to
//! Lua scripts, organized into submodules by functionality.
/// Archive manipulation utilities (zip, tar, etc.).
/// Cryptographic utilities (hash verification, PGP).
/// File download utilities with progress reporting.
/// Filesystem and staging utilities.
/// HTTP and Git-forge integration.
/// Core Package DSL and lifecycle functions.
/// Data parsing utilities (JSON, YAML, TOML).
/// System command execution and patching.