Expand description
Package Ecosystem Definitions
Defines the VeridianOS package ecosystem: base system packages, essential applications, and architecture-specific driver packages. These are specifications describing what the ecosystem WILL contain, not compiled software.
NOTE: Many types in this module are forward declarations for user-space APIs. They will be exercised when user-space process execution is functional. See TODO(user-space) markers for specific activation points.
Structs§
- Package
Definition - Definition of a single package within a set.
- Package
Set - A named set of related packages (e.g. “base-system”, “dev-tools”).
Enums§
- Package
Category - Functional categories for packages in the ecosystem.
Functions§
- get_
base_ system_ packages - Returns package sets for the minimal base system.
- get_
driver_ packages - Returns architecture-specific driver package sets.
- get_
essential_ apps - Returns package sets for essential user-facing applications.