meta: initial commit

This commit is contained in:
2026-07-19 17:53:18 +01:00
commit 5781a30ea0
2 changed files with 396 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
================================================================================
| The Bouquet Build System |
================================================================================
1 Introduction
--------------
Bouquet is a tool for unifying and co-ordinating the build process for
several independent and inter-related components.
It handles the configuration, building, and installation of components to
a common system prefix, allowing components to depend on and refer to
each other, and publish definitions and features for dependent components to
use.
Bouquet can maintain builds for multiple targets in parallel, including
builds for multiple target platforms. The bouquet tool can be extended with
custom user-defined commands, allowing for custom functionality to be
implemented.
Bouquet is mainly used to facilitate the building of the Rosetta operating
system.
vim: shiftwidth=3 expandtab