7c00922cbd
el-html is a standalone atomic emit layer; it has no runtime dependency on el-style or el-layout (those vessels depend on el-html for SSR, not the other way around).
16 lines
301 B
EmacsLisp
16 lines
301 B
EmacsLisp
vessel "el-html" {
|
|
version "0.1.0"
|
|
description "Atomic HTML emit primitives — server-side rendering building blocks"
|
|
authors ["Will Anderson <will@neurontechnologies.ai>"]
|
|
edition "2026"
|
|
}
|
|
|
|
dependencies {
|
|
el-platform "1.0"
|
|
}
|
|
|
|
build {
|
|
entry "src/main.el"
|
|
output "dist/"
|
|
}
|