📄️ Creating a component package
The creation of a component package can be greatly simplified by using
📄️ Writing a component
The following sections show example code snippets to illustrate how custom component classes can be implemented in
📄️ Describing a component
To fully support custom components in the AICA System, it is crucial to have a consistent means of
📄️ Building a component package
To use custom components in AICA applications, the component package must be built and then included in the AICA image
📄️ Package builder configuration reference
The aica-package.toml file is used to configure the build process for a component package.
📄️ Migrating from older versions of `package-builder`
While we try to keep the syntax of package-builder as stable as possible, sometimes we need to make breaking changes to improve the developer experience or to fix bugs. This document will help you migrate your existing package-builder configuration to the latest version.