Bessemer (bsmr) is a fast, extensible build system derived from
Buck2.
The project is under active development and has not published a stable release.
The repository pins its Rust toolchain in
rust-toolchain.toml.
cargo build --locked --bin bsmr
target/debug/bsmr --versionpython3 test.py --ci --git --bsmr=target/debug/bsmrThe GitHub workflows are generated from typed Hollywood sources:
corepack enable
pnpm install --frozen-lockfile --ignore-scripts
pnpm run ci checkBessemer preserves upstream copyright notices and licenses. The upstream
Git remote should point to https://github.com/facebook/buck2.git; pushes to
that remote should remain disabled.
Bessemer is available under either the MIT license or the Apache License 2.0.