Expand description
SDK Generator for VeridianOS Package Development
Provides an SDK packaging framework for creating distributable development kits containing headers, libraries, tools, and documentation. The generator validates SDK manifests and produces serialized SDK packages suitable for distribution.
TODO(user-space): Actual file collection requires a functional VFS layer. Currently the generator validates manifests and produces placeholder package bytes.
Structs§
- SdkManifest
- Describes the contents and metadata of an SDK package.
- SdkPackage
Spec - Full specification for building an SDK package, combining the manifest with the paths to include.
Enums§
- SdkComponent
- Identifies a category of files within an SDK package.
Functions§
- generate_
pkg_ config_ content - Generate standard pkg-config
.pcfile content for an SDK component. - generate_
sdk - Generate an SDK package from the given specification.