Binary package “yotta” in ubuntu noble

build tool for C/C++ projects using modular components

 yotta is a build tool to make it easier to build better C/C++ software by
 re-using modules. Modules can be published to the yotta registry to share
 with other people, or can be re-used privately in your own projects.
 .
 Whenever a project is built with yotta, a yotta build target is selected.
 Targets describe the platform that you're building for (such as an embedded
 IoT development board, or natively for Linux), and provide all the information
 that yotta and the modules you're using need to configure themselves correctly
 for that platform.
 .
 This package provides the yotta build system for Python 3.