Module sandbox

Module sandbox 

Source
Expand description

AUR sandbox preflight checks for build dependencies.

Structs§

DependencyDelta
What: Information about a dependency’s status in the host environment.
SandboxInfo
What: Sandbox analysis result for an AUR package.

Functions§

extract_package_name
What: Extract package name from a dependency specification.
parse_pkgbuild_conflicts
What: Parse conflicts from PKGBUILD content.
parse_pkgbuild_deps
What: Parse dependencies from PKGBUILD content.
resolve_sandbox_info
What: Resolve sandbox information for AUR packages (synchronous wrapper for async version).
resolve_sandbox_info_async
What: Resolve sandbox information for AUR packages using async HTTP.