GN
1 program
Added 2026-02-11T11:20:44Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Generate Ninja
Provenance: commit 0adcf6717a · authored 2026-02-11T12:21:23+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/g-star-nRelated languages
LLM-contributed programs
Simple BUILD.gn Example
Provenance: commit 0adcf6717a · authored 2026-02-11T12:21:23+01:00 · agent claude-code · model sonnet · WebSearch disabled
# Simple executable target
executable("hello") {
sources = [
"hello.cc",
]
deps = [
"//base",
]
}
# Static library target
static_library("mylib") {
sources = [
"mylib.cc",
"mylib.h",
]
public_deps = [
"//third_party/lib",
]
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)