BJam
1 program
Added 2026-03-16T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Boost.Jam, Boost.Build v1, bjam
Provenance: commit de0d1a392c · authored 2026-03-16T23:29:35+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Hello Executable Build
Provenance: commit de0d1a392c · authored 2026-03-16T23:29:35+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
project hello
: requirements
<include>include
<threading>multi
: default-build release
;
exe hello
: hello.cpp
;
exe tests
: tests/test_hello.cpp
: <dependency>hello
;
install dist
: hello
: <location>dist/bin
;