Commit 90af01c
committed
feat: declare the kernel-abi layer this package supplies
mcpp resolves the target side per layer after the dependency graph is known,
and reads which layer a package fills from its capabilities. Declaring
`mcpp:kernel-abi=openkal` states that this package implements the platform
interface a C library sits on, and that it answers to the name `openkal`.
The engine knows the three layer names and none of the implementations that
fill them, so nothing about openkal appears in mcpp for this to work.
Claude-Session: https://claude.ai/code/session_01Q4ucduLuSsETHYJ1RkGVVD1 parent 01a676f commit 90af01c
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
20 | 30 | | |
21 | 31 | | |
22 | 32 | | |
| |||
0 commit comments