feat(zeta): manifest model, validation, package.lua emitter

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <[email protected]>
This commit is contained in:
2026-08-19 16:36:15 -04:00
co-authored by Sisyphus
parent 5823b35373
commit 970e002fbb
3 changed files with 536 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
return {
name = "hello",
version = "1.0",
summary = "A tiny demonstration program",
url = "https://example.org/packages/hello/hello-1.0.tar.gz",
sha256 = "731887527d1a72c57d1e64bad85cc341a4285354e773b2cd277420b744df2943",
deps = {},
archive = { strip = 1 },
}