//! Zoi package management, building, and registry operations.
//!
//! This crate provides the core logic for creating, building, and managing Zoi
//! packages and registries. It handles the lifecycle of a package from its
//! `.pkg.lua` definition to a distributable `.zpa` or `.zsa` archive.
/// Package build orchestration.
/// Source bundling into `.zsa` archives.
/// Linux isolation using Bubblewrap.
/// Containerized builds using Docker.
/// Package health and metadata validation.
/// System-wide environment health checks.
/// LSP support for package development.
/// File pooling and deduplication for package archives.
/// Registry management and metadata generation.
/// ELF binary relocation for portability.