You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Form A because mcpp looks for a package manifest at the package ROOT, and
4
+
-- Form B would leave it one level down inside the tarball's wrap directory.
5
+
--
6
+
-- ⚠️ NO `deps`. This package needs nothing installed: it is C++ modules plus
7
+
-- per-architecture assembly, and which assembly is compiled follows the
8
+
-- resolved target through the manifest's own `cfg(arch = ...)` sections.
9
+
--
10
+
-- ⚠️ 0.1.0 IS A PROBE, NOT A LAYER. One architecture and one of the two
11
+
-- primitives that decide whether the layer can exist. The gate — that a single
12
+
-- interface survives a second, genuinely different machine — has not been
13
+
-- passed and cannot be passed by one architecture. Listed so that the probe can
14
+
-- be consumed and reproduced, not because the layer is ready to be built upon.
15
+
package= {
16
+
spec="1",
17
+
namespace="mcpplibs",
18
+
name="openarch",
19
+
description="openarch: the architecture-mechanism layer — execution contexts, traps and address spaces, as one interface over several instruction sets",
0 commit comments