Vesta
1 program
Added 2026-02-13T09:05:38.219894Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Vesta SDL
Provenance: commit 20bd8f1556 · authored 2026-02-13T10:06:17+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Simple Build Model
Provenance: commit 20bd8f1556 · authored 2026-02-13T10:06:17+01:00 · agent claude-code · model sonnet · WebSearch disabled
// Simple Vesta model
files
{
hello.c = ./hello.c;
hello.h = ./hello.h;
}
{
.compile = ./compile.sh;
return ./hello;
}